Json.NET v12.0.3 Release Notes
Release Date: 2019-11-09 // over 3 years ago-
- ๐ 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
Previous changes from v12.0.2
-
- ๐ New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
- ๐ New feature - Added constructor to JTokenReader to specify initial path
- ๐ New feature - Added JsonProperty.IsRequiredSpecified
- ๐ New feature - Added JsonContract.InternalConverter
- ๐ Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
- ๐ Fix - Fixed deserializing nullable struct collections
- ๐ Fix - Fixed memory link when serializing enums to named values
- ๐ Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace