Skip to content

Releases: jespa007/zetjsoncpp

zetjsoncpp 2.0.4

02 Jul 09:15
Compare
Choose a tag to compare
  • Compile with pedantic
  • Adapt changes memmgr
  • JsonVar::zs_variable: change std::string type to char[ZJ_MAX_CONST_CHAR]
  • reorder dirs

ZetJsoncpp 2.0.3

15 Jan 11:23
Compare
Choose a tag to compare

[x] Reorganize dir

ZetJsonCpp 2.0.1

06 Apr 20:25
Compare
Choose a tag to compare

Fix bug crash when cannot parse json value

ZetJsonCpp 2.0.0

25 Feb 10:52
Compare
Choose a tag to compare
  • Added support for map/dictionary of elements
  • Massive code organization and clean up
  • Support uft-8 files with bom
  • Support for deserialize any json type (i.e number/string/boolean/object, vector or map of elements)