What's Changed
- Avoid repeat allocations from calls to
SerializationContext.GetConverter<T>()on .NET Framework by @AArnott in #958 - Drop Microsoft.NET.StringTools for our own string interning by @AArnott in #961
- Fix JsonNode deserialization of null values by @AArnott in #992
Full Changelog: v1.2.4...v1.2.30