JSON-RPC Protocol: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "<B>Counter-Examples:</B>" to "<B>Counter-Example(s):</B>")
m (Text replacement - "<B>Examples:</B>" to "<B>Example(s):</B>")
 
Line 19: Line 19:
** It can support [[Security Layer]] for [[message protection]].
** It can support [[Security Layer]] for [[message protection]].
** ...
** ...
* <B>Examples:</B>
* <B>Example(s):</B>
** [[Protocol Version]]s, such as:
** [[Protocol Version]]s, such as:
*** [[JSON-RPC 1.0]] for [[basic rpc]].
*** [[JSON-RPC 1.0]] for [[basic rpc]].

Latest revision as of 23:04, 28 December 2024

A JSON-RPC Protocol is a remote procedure call protocol that enables distributed systems to exchange procedure calls using json format.