login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

JSON-RPC is a stateless, light-weight remote procedure c... Primarily this specification defines several data struct... around their processing. It is transport agnostic in tha... be used within the same process, over sockets, over http... various mes

JSON-RPC 2.0 Specification
http://www.jsonrpc.org/specification

Categories

/Channels/techie/APIs

[ go to category ]

/Channels/techie/web development

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

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. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses JSON (RFC 4627) as data format.

HTML

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. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses <a href="http://www.json.org">JSON</a> (<a href="http://www.ietf.org/rfc/rfc4627.txt">RFC 4627</a>) as data format.