Skip to content

1.0

Compare
Choose a tag to compare
@mjansson mjansson released this 14 May 10:11
· 6 commits to master since this release

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.