Slide 122
Slide 122 text
Standard Rejects, Json.NET Accepts
Value [,,,]
Standard Says
A JSON value MUST be an object, array, number, or string, or one
of
the following three literal names:
false null true
Json.NET [null, null, null, null]
Things JSON.NET succeeds on that the standard rejects