Open
Description
The error-messages in the exceptions thrown by the JSON-parser aren't very helpfull:
Error: rapidjson internal assertion failure: IsObject()
It would be great if these could become more descriptive, maybe something like this:
Error: in object 'value0': in array 'value3': expected object, but found integer.