Skip to content

Releases: rpgmaker/NetJSON

v1.4.5

07 Jul 16:04

Choose a tag to compare

  • Return null string for null objects in general
  • Fixed issue with skipping serialization when json contains new line prior to closing curly
  • Added support for .net 8.0 and 9.0

v1.4.4

25 Feb 01:41

Choose a tag to compare

Full Changelog: v1.4.3...v1.4.4

v 1.4.3

04 May 05:48

Choose a tag to compare

  • Fixed bug with non string based array such as boolean been last item in array

v 1.4.2

24 Apr 04:44

Choose a tag to compare

  • Add support for .Net 7.0

v 1.4.1

29 Dec 01:01

Choose a tag to compare

  • Fixed license URL

v 1.4.0

20 Jul 09:42

Choose a tag to compare

  • Add support for .NET 6.0

v 1.3.7

24 Nov 19:23

Choose a tag to compare

  • Add support for .NET 5.0

v 1.3.6

24 Nov 07:40

Choose a tag to compare

  • Add support for .NET 5.0

v 1.3.5

17 Aug 03:49

Choose a tag to compare

  • Eliminate need to check default value for property/field when SkipDefaultValue is set to false

v 1.3.4

22 May 05:21

Choose a tag to compare

  • Add support for detecting invalid json such as missing quotes