Releases: rpgmaker/NetJSON
Releases · rpgmaker/NetJSON
v 1.0.11
- Added support for switching between use of single and double with use of NetJSON.QuoteType(NetISONQuote.Single/Double) for serialization and deserialization
- Added support for serializing short type in dictionary (string, object)
- Added support for adding custom serializer with the use of NetJSON.RegisterTypeSerializer
v 1.0.10
v 1.0.9
v 1.0.8
- Fixed issue with 3.5 support
- Added support for serialization of char and sbyte
- Added support for serialization of collection with nullable types
- Fixed issue with getting correct default Guid value
- Added throwing of Invalid JSON Exception when dealing with incomplete json objects
- Fixed issue with infinite loop due to string skipping when complex json ends with property containing string value
- Added support for serializing enum when using dictionary[string,object]
- Added support for serializing primitive types without a wrapper class
- Added support for serialize/deserialize of tuple
v 1.0.7
v 1.0.6.2
v 1.0.6.1
v 1.0.6
- Fixed issue with Dictionary caused by string skipping
- Added support for serialize/deserialize of struct
- Added support for serialize/deserialize of fields (Requires NetJSON.IncludeFields(false by default) to enable)
- Fixed issue with Deserialize(Type, string)