Json.NET v8.0.3 Release Notes

Release Date: 2016-03-14 // about 8 years ago
    • ๐Ÿ†• New feature - Added MergeNullValueHandling
    • ๐Ÿ†• New feature - Added constructor to StringEnumConverter for setting camelcase from attribute
    • ๐Ÿ›  Fix - Fixed JsonTextWriter not getting buffer from buffer pool
    • ๐Ÿ›  Fix - Fixed iterating over extension data multiple times
    • ๐Ÿ›  Fix - Fixed JSONPath queries combining wildcard with property search
    • ๐Ÿ›  Fix - Fixed serializing ISet with the .NET 4 portable assembly
    • ๐Ÿ›  Fix - Fixed converting some property names to camel case
    • ๐Ÿ›  Fix - Fixed F# serialization in partial trust issue