When coding a string object in JSON, what must separate the string and the value?
A space
A semicolon
A comma
A colon
Correct Answer : D
What is JSONP meant to mitigate?
The order of elements in JSON arrays is always preserved.
A disadvantage of JSON is that it requires the use of JavaScript.