Skip to content

0.15.0: Fix JSON bug and add JSON schema

Compare
Choose a tag to compare
@paulofaria paulofaria released this 09 Jun 05:03
· 87 commits to master since this release
* Fix long string values in json parser

This fixes a core issue in the JSON parser, it uses a shared buffer of 8kb to avoid excessive allocations while it null-terminates strings coming from YAJL.

Unfortunately I never actually implemented it properly for values over 8kb as the code never memcpy'd or did anything to actually represent the string.

* add JSONSchema