JSMNSpark
JSMNSpark copied to clipboard
JSMN is a small JSON parser adapted for the Spark
Results
1
JSMNSpark issues
Sort by
recently updated
recently updated
newest added
Hi, I'm getting an error when I'm trying to parse long json string (more than 8 string objects). Here is the code conserne: js = "[{\"1\":\"ff0000\",\"2\": \"301f0d\",\"3\": \"301f0d\",\"4\":\"0000ff\",\"5\":\"0000ff\"}]"; ``` obj[0]...