Json.NET v11.0.2 Release Notes

Release Date: 2018-03-24 // about 6 years ago
    • ๐Ÿ”„ Change - Revert DataContractAttribute to not force JSON object serialization (use JsonObjectAttribute instead)
    • ๐Ÿ›  Fix - Fixed JPropertyDesciptor.GetValue and SetValue to not throw for non-JObject argument
    • ๐Ÿ›  Fix - Fixed JObject ICustomTypeDescriptor.GetProperty to return the current instance
    • ๐Ÿ›  Fix - Fixed serializing FileInfo/DirectoryInfo with a JsonConverter in .NET Standard
    • ๐Ÿ›  Fix - Fixed serializing F# enums
    • ๐Ÿ›  Fix - Fixed serializing types with multiple members of the same name