diff options
-rw-r--r-- | doc/lispref/text.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 5e8601083e5..825827095b4 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -5144,6 +5144,13 @@ generic @code{Remote Procedure Call} protocol designed around @acronym{JSON} objects, which you can convert to and from Lisp objects (@pxref{Parsing JSON}). +@menu +* JSONRPC Overview:: +* Process-based JSONRPC connections:: +* JSONRPC JSON object format:: +* JSONRPC deferred requests:: +@end menu + @node JSONRPC Overview @subsection Overview |