Return String from Cross-domain AJAX Request
问题 I'm looking for a way to return a single JSON/JSONP string from a cross-domain "AJAX" request. Rather than request the string and have JQuery return it as a generic object automatically, I want to get a hold of the string BEFORE that conversion happens. The goal here is to parse it myself so I can turn it straight into new objects of a certain type (e.g. a Person object). So, just to make this clear, I don't want any string-to-generic-object conversion going on behind the scenes and this must