
Official json is almost human-readable and human-writable. disabling a few of the strict rules makes it significantly more so.
this library is intended for parsing user input, such as a config file. it is not intended for serializing or deserializing, or as a format for computer-to- computer communication.
this relaxed streaming json parser allows:
* unquoted keys
* single quotes `'`
* `//` and `/* */` style comments
* extra commas `,` in arrays and objects
this package contains the development files.