出典:Wikipedia
出典:『Wikipedia』 (2011/05/15 13:03 UTC 版)
JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a handful of data types and commands. JSON-RPC allows for notifications (info sent to the server that doesn't require a response) and for multiple calls to be sent to the server which may be answered out of order.