summaryrefslogtreecommitdiff
path: root/devdocs/elisp/jsonrpc.html
blob: 04c8385919b00e2640e458c8b36529aa9a106168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>