What is the purpose of the url json?
What is the purpose of the url json? 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”.
মোঃ আরিফুল ইসলাম
Feb 20, 2025