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
How can a reader know this object is a dictionary (JSON object)?
Just because the fields are filled with values? What about an empty dictionary?
Does its encoding differ from null?
Just question: what is the purpose of the header? Declaration of the object?
Must it be the root op?
The text was updated successfully, but these errors were encountered:
I know, JSON is here just for an illustration, but this is inconsistent.
There are 2 JSON example in the Spec.
Example 1.
Problems
The Spec says header is mandatory.
If these are raw ops, then semicolons must present.
If reduced, then a header must present.
From example 2 one may conclude that you must create and empty dictionary
before filling its fields. There is no empty object op here.
Example 2.
Problem
How can a reader know this object is a dictionary (JSON object)?
Just because the fields are filled with values? What about an empty dictionary?
Does its encoding differ from
null
?Just question: what is the purpose of the header? Declaration of the object?
Must it be the root op?
The text was updated successfully, but these errors were encountered: