You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result is a Dictionary<string, object> where Dictionary["THIS_SHOULD_BE_NULL"] is an empty object instead of NULL. With Newtonsoft JSON.net the results in NULL (What I expect and want)