Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
40461c6c
Commit
40461c6c
authored
Jul 11, 2017
by
Ryan Mulder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comment on dump to not indicate that ensure_ascii is true by default
parent
71597be2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
json.hpp
src/json.hpp
+3
-3
No files found.
src/json.hpp
View file @
40461c6c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment