Commit 40461c6c by Ryan Mulder

update comment on dump to not indicate that ensure_ascii is true by default

parent 71597be2
...@@ -9047,9 +9047,9 @@ class basic_json ...@@ -9047,9 +9047,9 @@ class basic_json
representation. representation.
@param[in] indent_char The character to use for indentation if @a indent is @param[in] indent_char The character to use for indentation if @a indent is
greater than `0`. The default is ` ` (space). greater than `0`. The default is ` ` (space).
@param[in] ensure_ascii If ensure_ascii is true (the default), all non-ASCII @param[in] ensure_ascii If ensure_ascii is true, all non-ASCII characters
characters in the output are escaped with \uXXXX sequences, and the result in the output are escaped with \uXXXX sequences, and the result consists
consists of ASCII characters only. of ASCII characters only.
@return string containing the serialization of the JSON value @return string containing the serialization of the JSON value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment