diff options
Diffstat (limited to 'devdocs/elisp/jsonrpc.html')
| -rw-r--r-- | devdocs/elisp/jsonrpc.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devdocs/elisp/jsonrpc.html b/devdocs/elisp/jsonrpc.html new file mode 100644 index 00000000..04c83859 --- /dev/null +++ b/devdocs/elisp/jsonrpc.html @@ -0,0 +1,26 @@ + <h3 class="section">JSONRPC communication</h3> <p>The <code>jsonrpc</code> library implements the <acronym>JSONRPC</acronym> specification, version 2.0, as it is described in <a href="https://www.jsonrpc.org/">https://www.jsonrpc.org/</a>. As the name suggests, JSONRPC is a generic <em>Remote Procedure Call</em> protocol designed around <acronym>JSON</acronym> objects, which you can convert to and from Lisp objects (see <a href="parsing-json">Parsing JSON</a>). </p> <table class="menu" border="0" cellspacing="0"> <tr> +<td align="left" valign="top">• <a href="jsonrpc-overview" accesskey="1">JSONRPC Overview</a> +</td> +<td> </td> +<td align="left" valign="top"> </td> +</tr> <tr> +<td align="left" valign="top">• <a href="process_002dbased-jsonrpc-connections" accesskey="2">Process-based JSONRPC connections</a> +</td> +<td> </td> +<td align="left" valign="top"> </td> +</tr> <tr> +<td align="left" valign="top">• <a href="jsonrpc-json-object-format" accesskey="3">JSONRPC JSON object format</a> +</td> +<td> </td> +<td align="left" valign="top"> </td> +</tr> <tr> +<td align="left" valign="top">• <a href="jsonrpc-deferred-requests" accesskey="4">JSONRPC deferred requests</a> +</td> +<td> </td> +<td align="left" valign="top"> </td> +</tr> </table><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/JSONRPC.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/JSONRPC.html</a> + </p> +</div> |
