Skip to content

Commit

Permalink
update comment on dump to not indicate that ensure_ascii is true by d…
Browse files Browse the repository at this point in the history
…efault
  • Loading branch information
ryanjmulder committed Jul 11, 2017
1 parent 71597be commit 40461c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40461c6

Please sign in to comment.