JamesNK / Newtonsoft.Json

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

Fix: Null String being reported as String rather than JTokenType.Null #2796

Closed dmmusil closed 1 year ago

dmmusil commented 1 year ago

Fixes #2775

I tried reverting #2639 on a hunch and it fixed this issue so that led me here.

JamesNK commented 1 year ago

Looks good. Thanks!