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

Fixes #2876 Allow the contents of a JsonToken.Raw token to be returne… #2877

Closed mlorbetske closed 1 week ago

mlorbetske commented 1 year ago

…d when calling JsonReader.ReadAsString()

mlorbetske commented 1 year ago

I'll fix the build error for using nullability annotations in a non-nullable context shortly done