タグ

JSONRequestに関するihagのブックマーク (2)

  • JSONRequest Extension for Firefox

    Collin Jackson 2007-08-30 For a full description of JSONRequest, see the official JSONRequest proposal page on www.json.org. The prototype of JSONRequest for Firefox is no longer supported by the author as a standalone extension. You are welcome to use the original source code as a starting point if you would like to develop your own implementation.

  • JSONRequest

    Douglas Crockford douglas@crockford.com 2006-04-17 (Updated 2012-08-10) Abstract XMLHttpRequest has a security model that is inadequate for supporting the next generation of web applications. JSONRequest is proposed as a new browser service that allows for two-way data exchange with any JSON data server without exposing users or organization to harm. It exchanges data between scripts on pages with

    ihag
    ihag 2009/01/21
    XMLHttpRequestの代わりに使える,JavaScriptのオブジェクトをJSON形式にシリアライズして通信するための提案.よくできてる.
  • 1