Skip to content

Releases: mjansson/json

Release list

1.0.1

Choose a tag to compare

@mjansson mjansson released this 19 Dec 22:01
  • Added support for null values
  • Added test cases
  • Store object token value start offset and length
  • Store array value number of subitems

1.0

1.0

Choose a tag to compare

@mjansson mjansson released this 14 May 10:11

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.