Skip to content

Releases: terbshaeusser/cppcson

Version 0.3

12 Oct 18:35
8691edc
Compare
Choose a tag to compare

Added functions to create and edit values.
Added print function for formatted output of values.

Version 0.2.1

11 Oct 17:40
0823ab9
Compare
Choose a tag to compare

Fixed bug where an end of data following after a newline was not recognized as object end.

Version 0.2

09 Oct 16:12
51cbce7
Compare
Choose a tag to compare

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

03 Oct 12:39
0505402
Compare
Choose a tag to compare

Implemented the cson parser + tests and an example.