Skip to content

Mutable Data (finally)

Compare
Choose a tag to compare
@kasperjj kasperjj released this 20 Apr 23:56
· 21 commits to master since this release

This release finally allows you to modify JSON data after parsing it. This is done by maintaining a separate buffer of additions and marking nodes in the parse tree as dirty when their data has been changed. The API continues to mirror that of the json.org Java implementation – making it an easy drop in replacement for projects that parse large amounts of JSON data.