fastjson icon indicating copy to clipboard operation
fastjson copied to clipboard

Error message from fastjson::dom::parse_string is always empty.

Open mikeando opened this issue 13 years ago • 0 comments

Errors might be reported by the parsing code. and spewed to the console, but the actual string that should hold the error message is always empty.

OMG an error [4003] : Unexpected character while parsing array
It seems to have happened here...
}]

^ Unable to parse json :

When trying to parse this json

[{},{}}]

mikeando avatar May 23 '11 07:05 mikeando