Skip to content

Releases: mjansson/json

1.0.1

19 Dec 22:01
Compare
Choose a tag to compare
  • Added support for null values
  • Added test cases
  • Store object token value start offset and length
  • Store array value number of subitems

1.0

14 May 10:11
Compare
Choose a tag to compare
1.0

Small in-place JSON parser without any allocation. Entry points for both
standard JSON and simplified JSON data parsing. All character data must be
in UTF-8 format.

Strings are not automatically unescaped. Use json_unescape/json_escape to
perform unescaping and espacing of strings. Unescaping can be done in-place
to avoid memory allocations.