sjson-cpp
sjson-cpp copied to clipboard
An Simplified JSON (SJSON) C++ reader and writer
http://seriot.ch/parsing_json.php It provides a large corpus of test json files along with whether or not they should parse. sjson-cpp should be able to parse json at some point but for...
Perhaps allow a strict SJSON check or allow JSON key/value pair parsing, most parsers do so such as https://bitbucket.org/Anteru/sjson/overview Basically in SJSON keys are of the form: `key = value`...
It is often desirable (e.g. config files) to load up an SJSON file in memory, modify it, and write it back. Conceptually, it is a hash of hashes that contains...
We should add a sample executable that reads an SJSON file to show how the library should be used. Use cmake to generate it.
Also update readme.md. The reference sjson file should show all possible usage/format variations. It should also end up in the unit tests to make sure it is indeed valid and...
According to the sjson documentation, the comma that separates object values and array values are optional. However, it currently isn't the case. See doc: https://help.autodesk.com/view/Stingray/ENU/?guid=__stingray_help_managing_content_sjson_html