diff --git a/Help/command/string.rst b/Help/command/string.rst index 5bae624da7..b7ed69a96b 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -569,9 +569,11 @@ string is passed as a single argument even if it contains semicolons. GET_RAW [ ...]) :target: JSON-GET-RAW + .. versionadded:: 4.3 + Get an element from ```` at the location given by the list of ```` arguments. Similar to - `GET `__, but does not convert number, string, + :cref:`GET `, but does not convert number, string, boolean, or null elements. .. signature:: @@ -640,5 +642,7 @@ string is passed as a single argument even if it contains semicolons. STRING_ENCODE ) :target: STRING-ENCODE + .. versionadded:: 4.3 + Turn a raw string into a JSON string surrounded by quotes. Special characters will be properly escaped inside the JSON string.