Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
c09d03fb
Commit
c09d03fb
authored
9 years ago
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed documentation
parent
31093694
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
doc/Doxyfile
doc/Doxyfile
+1
-1
doc/examples/basic_json__value_t.output
doc/examples/basic_json__value_t.output
+1
-1
doc/examples/clear.output
doc/examples/clear.output
+1
-1
doc/examples/operator__equal.output
doc/examples/operator__equal.output
+1
-1
doc/examples/operator__notequal.output
doc/examples/operator__notequal.output
+1
-1
src/json.hpp
src/json.hpp
+1
-1
src/json.hpp.re2c
src/json.hpp.re2c
+1
-1
No files found.
doc/Doxyfile
View file @
c09d03fb
...
...
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "JSON for Modern C++"
PROJECT_NUMBER = 1.
0
.0
PROJECT_NUMBER = 1.
1
.0
PROJECT_BRIEF =
PROJECT_LOGO =
OUTPUT_DIRECTORY = .
...
...
This diff is collapsed.
Click to expand it.
doc/examples/basic_json__value_t.output
View file @
c09d03fb
null
false
0
0
0
.0
{}
[]
""
This diff is collapsed.
Click to expand it.
doc/examples/clear.output
View file @
c09d03fb
null
false
0
0
0
.0
{}
[]
""
This diff is collapsed.
Click to expand it.
doc/examples/operator__equal.output
View file @
c09d03fb
[1,2,3] == [1,2,4] false
{"A":"a","B":"b"} == {"A":"a","B":"b"} true
17 == 17 true
17 == 17
.0
true
"foo" == "bar" false
This diff is collapsed.
Click to expand it.
doc/examples/operator__notequal.output
View file @
c09d03fb
[1,2,3] == [1,2,4] true
{"A":"a","B":"b"} == {"A":"a","B":"b"} false
17 == 17 false
17 == 17
.0
false
"foo" == "bar" true
This diff is collapsed.
Click to expand it.
src/json.hpp
View file @
c09d03fb
...
...
@@ -32,7 +32,7 @@ Class @ref nlohmann::basic_json is a good entry point for the documentation.
@author [Niels Lohmann](http://nlohmann.me)
@see https://github.com/nlohmann/json to download the source code
@version 1.
0
.0
@version 1.
1
.0
*/
#ifndef NLOHMANN_JSON_HPP
...
...
This diff is collapsed.
Click to expand it.
src/json.hpp.re2c
View file @
c09d03fb
...
...
@@ -32,7 +32,7 @@ Class @ref nlohmann::basic_json is a good entry point for the documentation.
@author [Niels Lohmann](http://nlohmann.me)
@see https://github.com/nlohmann/json to download the source code
@version 1.
0
.0
@version 1.
1
.0
*/
#ifndef NLOHMANN_JSON_HPP
...
...
This diff is collapsed.
Click to expand it.
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