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
9710108d
Unverified
Commit
9710108d
authored
Jun 17, 2021
by
justanotheranonymoususer
Committed by
GitHub
Jun 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistency with `using` in README.md
parent
18a5f4c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
9710108d
...
@@ -88,7 +88,7 @@ Thanks everyone!
...
@@ -88,7 +88,7 @@ Thanks everyone!
#include <nlohmann/json.hpp>
#include <nlohmann/json.hpp>
// for convenience
// for convenience
using
json
=
nlohmann
::
json
;
using
nlohmann
::
json
;
```
```
to the files you want to process JSON and set the necessary switches to enable C++11 (e.g.,
`-std=c++11`
for GCC and Clang).
to the files you want to process JSON and set the necessary switches to enable C++11 (e.g.,
`-std=c++11`
for GCC and Clang).
...
...
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