summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index abe4ed020..3fac9fef1 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -156,6 +156,9 @@ Parsers
 * `parsesql <parsesql.html>`_
   The ``parsesql`` module implements a simple high performance SQL parser.
 
+* `json <json.html>`_
+  High performance JSON parser.
+
 * `lexbase <lexbase.html>`_
   This is a low level module that implements an extremely efficient buffering
   scheme for lexers and parsers. This is used by the diverse parsing modules.