First version of JsonLib. This provides JSON/JSON5 parsing and writing. It can unmarshall aJSON dictionary directly to and from a C structure. Documentation is sparse. Start with UserGuide.md. Futher information is in the .h files and examples in unit tests.
Binaries provided for Windows, Mac, and Linux. All unit tests are passing.