aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Zhukov <mussitantesmortem@gmail.com>2020-08-06 18:02:57 +0300
committerMaxim Zhukov <mussitantesmortem@gmail.com>2020-09-01 10:22:14 +0300
commit16a3899a9e02222a9b06d9c9e12b36ede47f5260 (patch)
tree75ae1f515392ba7f09389ff62c9c0116453fb19f /doc
parentca6775dee4a3cbbb79074e523eb81feb6f1893a6 (diff)
downloadjansson-16a3899a9e02222a9b06d9c9e12b36ede47f5260.zip
jansson-16a3899a9e02222a9b06d9c9e12b36ede47f5260.tar.gz
jansson-16a3899a9e02222a9b06d9c9e12b36ede47f5260.tar.bz2
conformance: remove U+0000 restriction for object keys
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/conformance.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/conformance.rst b/doc/conformance.rst
index c1766bc..5556a6b 100644
--- a/doc/conformance.rst
+++ b/doc/conformance.rst
@@ -22,8 +22,7 @@ JSON strings are mapped to C-style null-terminated character arrays,
and UTF-8 encoding is used internally.
All Unicode codepoints U+0000 through U+10FFFF are allowed in string
-values. However, U+0000 is not allowed in object keys because of API
-restrictions.
+values. However, U+0000 is allowed in object keys only for length-aware functions.
Unicode normalization or any other transformation is never performed
on any strings (string values or object keys). When checking for