nst / JSONTestSuite

A comprehensive test suite for RFC 8259 compliant JSON parsers
MIT License
885 stars 142 forks source link

Added json-tree 0.5.0 parser #129

Closed jbee closed 11 months ago

jbee commented 1 year ago

Note that this is a lazy parser which is why a visit is done to cause actual parsing of the document in the isValidJSON.

jbee commented 11 months ago

In the meantime we made it to version 0.9.0, should we update?