Clarification on JSON Object and Array Order in Parson Library #218
-
I know that a JSON object is an unordered set of name/value pairs, and a JSON array/list is an ordered list of values. Is this behaviour also followed in the Parson library? Specifically:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, unless you remove elements the order will remain the same. |
Beta Was this translation helpful? Give feedback.
Yes, unless you remove elements the order will remain the same.