Searched refs:isJSON (Results 1 – 1 of 1) sorted by relevance
5288 if(Firebug.JSONViewerModel.isJSON(contentType,data)){this.insertJSON(parentNode,jsonData,context)5538 if(!file.jsonObject){if(this.isJSON(file.mimeType,file.responseText)){file.jsonObject=this.parseJSO…5541 }}},isJSON:function(contentType,data){var responseText=data?trim(data):null; method