summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-08-14 15:46:07 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-08-14 15:46:07 +0200
commitfc0b66a7ff1c17fae66e604279524e757451bd1d (patch)
tree6d3c17703fe5b5beb6db6df58b9de674ec60fc02 /doc
parentfee8e328efa97680efbcfdb72fa4a7b34ee5b564 (diff)
downloadNim-fc0b66a7ff1c17fae66e604279524e757451bd1d.tar.gz
accurate file/line information
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.