Home | History | Annotate | Download | only in parse-only

Lines Matching full:json

3343 		return jQuery.get(url, data, callback, "json");
3388 json: "application/json, text/javascript",
3416 s.dataType = "json";
3420 if ( s.dataType == "json" && (s.data && s.data.match(jsre) || s.url.match(jsre)) ) {
3472 // and trying to load JSON or Script with a GET
3723 // Get the JavaScript object, if JSON is used.
3724 if ( type == "json" )