I am trying to parse a large stream (ca. 27 Mb) . It fails with the error message
Could not parse json string: * Line 447, Column 139489
Syntax error: value, object or array expected.
I don't believe that message however, as the string is produced by a tool that which's string is usually accepted by json-cpp.
Has anyone seen similar behavior?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to parse a large stream (ca. 27 Mb) . It fails with the error message
Could not parse json string: * Line 447, Column 139489
Syntax error: value, object or array expected.
I don't believe that message however, as the string is produced by a tool that which's string is usually accepted by json-cpp.
Has anyone seen similar behavior?