JSON for jQuery This adds a json() method to the $ function. The first argument is the URL to the JSON resource, with the text {callback} wherever the JSON callback method should be provided. In a JSONP URL, you would use jsonp={callback}; in a Yahoo! JSON URL you would use format=json&callback={callback}. JSON for jQuery というプラグインを jQuery ライクな jQuery JSONP プラグインに書き換えてみました。 ダウンロード jquery.jsonp.js (