Mutable Data (finally)
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.