update comment on dump to not indicate that ensure_ascii is true by default
This commit is contained in:
parent
71597be294
commit
40461c6c55
1 changed files with 3 additions and 3 deletions
|
@ -9047,9 +9047,9 @@ class basic_json
|
|||
representation.
|
||||
@param[in] indent_char The character to use for indentation if @a indent is
|
||||
greater than `0`. The default is ` ` (space).
|
||||
@param[in] ensure_ascii If ensure_ascii is true (the default), all non-ASCII
|
||||
characters in the output are escaped with \uXXXX sequences, and the result
|
||||
consists of ASCII characters only.
|
||||
@param[in] ensure_ascii If ensure_ascii is true, all non-ASCII characters
|
||||
in the output are escaped with \uXXXX sequences, and the result consists
|
||||
of ASCII characters only.
|
||||
|
||||
@return string containing the serialization of the JSON value
|
||||
|
||||
|
|
Loading…
Reference in a new issue