summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.114
1 files changed, 12 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 2b26b832..a987bd7d 100644
--- a/txr.1
+++ b/txr.1
@@ -12361,7 +12361,7 @@ A JSON object corresponds to an
.codn equal -based
hash table.
-The JSON symbols
+The JSON Boolean symbols
.code true
and
.code false
@@ -12369,7 +12369,17 @@ translate to the Lisp symbols
.code t
and
.codn nil ,
-respectively.
+respectively, those being the standard ones in the
+.code usr
+package.
+
+The JSON symbol
+.code null
+maps to the
+.code null
+symbol in the
+.code usr
+package.
The
.mono