sjson-cpp icon indicating copy to clipboard operation
sjson-cpp copied to clipboard

An Simplified JSON (SJSON) C++ reader and writer

Results 6 sjson-cpp issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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`...

enhancement
help wanted

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...

enhancement
help wanted

We should add a sample executable that reads an SJSON file to show how the library should be used. Use cmake to generate it.

enhancement
help wanted

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...

enhancement
help wanted

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

bug
help wanted