Releases: terbshaeusser/cppcson
Releases · terbshaeusser/cppcson
Version 0.3
Added functions to create and edit values.
Added print function for formatted output of values.
Version 0.2.1
Fixed bug where an end of data following after a newline was not recognized as object end.
Version 0.2
Exposed kind of values to use switches.
Updated example to use value kinds and fixed bug in output when empty objects are passed as input.
Extended README.
Version 0.1
Implemented the cson parser + tests and an example.