About 129 results
Open links in new tab
  1. JSON-RPC 2.0 Specification

    May 24, 2009 · JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing.

  2. JSON-RPC

    JSON-RPC A light weight remote procedure call protocol. It is designed to be simple!

  3. JSON-RPC 1.0 Specification (2005)

    This document and translations of it may be used to implement JSON-RPC, it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in …

  4. specification – JSON-RPC

    This document and translations of it may be used to implement JSON-RPC, it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in …

  5. implementations – JSON-RPC

    python-symmetric-jsonrpc implements JSON-RPC over sockets/ssl sockets such that client and server can both call methods on each other (also thread-safe and asynchronous).

  6. JSON-RPC over HTTP

    Jan 15, 2008 · Since JSON-RPC uses JSON, it shares the same type system as JSON (see http://www.json.org or RFC 4627). Whenever this document refers to any JSON type, the first …

  7. JSON-RPC 2.0 (prior document, seek updated document)

    1 Overview JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. It uses JSON (RFC 4627) as data format, and is transport-independent. It's designed to be simple!

  8. JSON-RPC 1.1 Wd

    JSON-RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a …

  9. python-json-rpc – JSON-RPC

    The current implementation provides functionality for making JSON-RPC services available through CGI and through a mod-python handler. It also provides an easy to use proxy class for …

  10. JSON-RPC Object Specification

    JSON-RPC is transport agnostic and seeks to simply define the basic object structure and some general principles around usage. It is recommended that guidelines and best practices be …