Content deleted Content added
→Usage: Copyedit. |
→top: bold alt article name per MOS, |
||
Line 1:
{{Short description|Computer network protocol}}
'''JSON-RPC''' ('''JavaScript Object Notation-Remote Procedure Call''') is a [[remote procedure call]] (RPC) [[protocol (computing)|protocol]] encoded in [[JSON]]. It is similar to the [[XML-RPC]] protocol, defining only a few data types and commands. JSON-RPC allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered asynchronously.
== History ==
|