CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of JSON AJAX jQuery
$.ajaxSetup({ 
            converters: { "text json": function (jsonString) {
                var res = JSON.parseWithDate(jsonString);
 
                if (res && res.hasOwnProperty("d"))
                    res = res.d;
                return res;
            } }
});
by Rick Strahl   April 05, 2011 @ 8:05pm
250 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate