What two structures is JSON built on?
A collection of name/value pairs, and an ordered list of values, or array.
A collection of object/item pairs, and an ordered list of pairs, or array.
A collection of name/value objects, and an ordered list of objects, or array.
A collection of native-value pairs, and an ordered list of arrays, or values.
Correct Answer : A
Which of these is supported as a JSON Value type?
When coding a string object in JSON, what must separate the string and the value?
What is JSONP meant to mitigate?