summaryrefslogtreecommitdiff
path: root/devdocs/elisp/jsonrpc.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/jsonrpc.html
new repository
Diffstat (limited to 'devdocs/elisp/jsonrpc.html')
-rw-r--r--devdocs/elisp/jsonrpc.html26
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 &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>