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

This commit is contained in:
Ryan Mulder 2017-07-11 13:59:07 -04:00
parent 71597be294
commit 40461c6c55

View file

@ -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