summaryrefslogtreecommitdiff
path: root/devdocs/elisp/jsonrpc.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/jsonrpc.html')
-rw-r--r--devdocs/elisp/jsonrpc.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/devdocs/elisp/jsonrpc.html b/devdocs/elisp/jsonrpc.html
deleted file mode 100644
index 04c83859..00000000
--- a/devdocs/elisp/jsonrpc.html
+++ /dev/null
@@ -1,26 +0,0 @@
- <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 &copy; 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>