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
Although technically JSON requires field names to be quoted (standard section 6), some libraries such as Json.NET can generate unquoted field names (eg: {foo:1} instead of {"foo":1}). Currently we can't parse these, but it would be useful.
The text was updated successfully, but these errors were encountered:
Although technically JSON requires field names to be quoted (standard section 6), some libraries such as Json.NET can generate unquoted field names (eg:
{foo:1}
instead of{"foo":1}
). Currently we can't parse these, but it would be useful.The text was updated successfully, but these errors were encountered: