Skip to content

Release 0.97.2

Compare
Choose a tag to compare
@danielaparker danielaparker released this 21 Jul 04:26
· 11088 commits to master since this release
  • Incorporates test suite files from http://www.json.org/JSON_checker/ into test suite

  • The jsoncons parser accepts all of the JSON_checker files that its supposed to accept.

  • Failures to reject incorrect exponential notation (e.g. [0e+-1]) have been fixed.

  • The jsoncons parser now rejects all of the JSON_checker files that its supposed to reject except ones with stuff after the end of the document, e.g.

    ["Extra close"]]

    (Currently the jsoncons parser stops after reading a complete JSON text, and supports reading a sequence of JSON texts.)

  • Incorporates a fix to operator== on json objects, contributed by Alex Merry