aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/apiref.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index cfab058..463966b 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -1082,14 +1082,20 @@ arguments.
``s#`` (string) [const char \*, int]
Convert a UTF-8 buffer of a given length to a JSON string.
+ .. versionadded:: 2.5
+
``+`` [const char \*]
Like ``s``, but concatenate to the previous string. Only valid
after ``s``, ``s#``, ``+`` or ``+#``.
+ .. versionadded:: 2.5
+
``+#`` [const char \*, int]
Like ``s#``, but concatenate to the previous string. Only valid
after ``s``, ``s#``, ``+`` or ``+#``.
+ .. versionadded:: 2.5
+
``n`` (null)
Output a JSON null value. No argument is consumed.