You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the first three failures reported for validation, we consider them as non-issues. The API of picojson is designed to parse until it sees the end of JSON. And with some of the provided APIs it is possible to obtain the end of the JSON. For example:
The fourth failure (handling of 013) is indeed a bug. Thank you for catching this.
Regarding the roundtrip tests, parsing and encoding of the numbers are done using sprintf / sscanf in picojson. If there is any error, your libc should be blamed for.
https://github.com/miloyip/nativejson-benchmark/blob/master/sample/conformance_PicoJSON%20(C%2B%2B).md
The text was updated successfully, but these errors were encountered: