Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Json120r3.zip | 2019-11-09 | 7.4 MB | |
12.0.3.tar.gz | 2019-11-09 | 2.8 MB | |
12.0.3.zip | 2019-11-09 | 3.9 MB | |
README.md | 2019-11-09 | 981 Bytes | |
Totals: 4 Items | 14.1 MB | 0 |
- New feature - Added support for nullable reference types
- New feature - Added KebabCaseNamingStrategy
- Change - Package now uses embedded package icon
- Fix - Fixed bug when merging JToken with itself
- Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
- Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
- Fix - Fixed deserializing some collection types with constructor
- Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
- Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
- Fix - Fixed deserializing into constructors with more than 256 parameters
- Fix - Fixed hang when deserializing JTokenReader with preceding comment
- Fix - Fixed JSONPath scanning with nested indexer
- Fix - Fixed deserializing incomplete JSON object to JObject
- Fix - Fixed using StringEnumConverter with naming strategy and specified values