What types of values can you have in JSON key:value pairs?
Strings, Arrays, and Primitives
Arrays, Primitives, and Objects stored as strings
Strings, Arrays, Primitives and Objects
Strings only
Correct Answer : C
What is used by the JSONObject and JSONArray constructors to parse JSON source strings?
Which statement about the space parameter in JSON.stringify() is false?
Which statement about the reviver parameter in JSON.parse() is true?