What is the purpose of the url json?
A
Belongs to JSON object
B
Reference JSON formatted data
C
Belongs to JSON
D
Compiles json data
Correct Answer: Reference JSON formatted data
The URL JSON is assumed to reference a file of JSON-formatted data. The value passed to the callback is the object obtained by parsing the URL contents with jQuery.parseJSON(). jQuery.getJSON() uses this type. If the type is “json” and the URL or data string contains “=?”, the type is converted to “jsonp”.