Json.NET v12.0.2 Release Notes

Release Date: 2019-04-22 // almost 5 years ago
    • ๐Ÿ†• 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