ISBN: | 978-5-5121-2484-0 |
High Quality Content by WIKIPEDIA articles! 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.