Skip to content

Releases: kivikko/json

v1.0.13: Fixed the issue with loading collections from a file

19 Apr 11:41
Compare
Choose a tag to compare
Update Kivikko.Json version to 1.0.13

The version number of the Kivikko.Json package has been incremented from 1.0.12 to 1.0.13. This version increment may include minor improvements or bug fixes.

v1.0.12: Improve handling of escape characters

10 Mar 11:29
Compare
Choose a tag to compare
  • Fixed issues with escaping characters

v1.0.10

10 Mar 08:11
Compare
Choose a tag to compare
  • Fixed issues with serialization and deserialization of empty and null collections and dictionaries

v1.0.9: Add support for HashSet serialization

08 Mar 14:55
Compare
Choose a tag to compare
  • Added the deserialization of HashSet

v1.0.8: Read property names without quotes

24 Feb 13:24
Compare
Choose a tag to compare
  • Read property names without quotes

v1.0.7: Fix an error saving an object to a file

24 Feb 09:16
Compare
Choose a tag to compare
  • Fixed the double serialization in the Save method
  • Fixed deserialization of an array of objects

v1.0.5

24 Feb 06:43
Compare
Choose a tag to compare
  • Added the serialization of GUID
  • Added the ignoreNullOrDefaultValues option to the ToJson method

v1.0.0

21 Feb 14:58
a679614
Compare
Choose a tag to compare
Update README.md