|
|
|
|
|
by dmjio
4270 days ago
|
|
The RFC says all JSON text must be an array or object, null is a value. JSON text is made up of JSON values. per the RFC, "JSON can represent four primitive types (strings, numbers, booleans,
and null) and two structured types (objects and arrays)." "An object is an unordered collection of zero or more name/value
pairs, where a name is a string and a value is a string, number,
boolean, null, object, or array." |
|
2.1. Values
... so what you're receiving is technically a valid JSON value according to the RFC, no?(I am so sorry for being this pedantic - but that RFC is marked 'informational', it's not actually a standard so much as a suggestion, and even worse, RFC 7159 obsoletes it and is an IETF standards track document - check out http://tools.ietf.org/html/rfc7159. The ambiguity is definitely removed in the updated version.)