JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.71k stars 3.24k forks source link

FrozenDictionary support #2893

Open simonziegler opened 1 year ago

simonziegler commented 1 year ago

Source/destination types

FrozenDictionary

Expected behavior

Serialize and deserialize the new .NET 8 FrozenDictionary type.

Actual behavior

This datatype is not yet recognized by Newtonsoft. Do you have a roadmap to update to .NET 8?

Many thanks, Simon