Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Json130r2.zip | 2022-11-24 | 7.2 MB | |
13.0.2.tar.gz | 2022-11-24 | 2.8 MB | |
13.0.2.zip | 2022-11-24 | 3.9 MB | |
README.md | 2022-11-24 | 905 Bytes | |
Totals: 4 Items | 14.0 MB | 0 |
- New feature - Add support for DateOnly and TimeOnly
- New feature - Add UnixDateTimeConverter.AllowPreEpoch property
- New feature - Add copy constructor to JsonSerializerSettings
- New feature - Add JsonCloneSettings to disable copy annotations
- Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
- Change - Reduced allocations by reusing boxed values
- Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
- Fix - Fixed deserializing mismatched JToken types in properties
- Fix - Fixed merging enumerable content and validate content
- Fix - Fixed using $type with arrays of more than two dimensions
- Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
- Fix - Fixed deserializing via constructor with ignored base type properties
- Fix - Fixed MaxDepth not being used with ISerializable deserialization