summaryrefslogtreecommitdiff
path: root/devdocs/elisp/jsonrpc.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/jsonrpc.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
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>