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
6b04f05e
Unverified
Commit
6b04f05e
authored
Aug 16, 2020
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
add more API documentation
parent
5c4cc20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
doc/mkdocs/docs/api/basic_json/index.md
doc/mkdocs/docs/api/basic_json/index.md
+2
-6
No files found.
doc/mkdocs/docs/api/basic_json/index.md
View file @
6b04f05e
# basic_json
# basic_json
!!! note
This page is under construction.
Defined in header
`<json.hpp>`
Defined in header
`<json.hpp>`
```
cpp
```
cpp
...
@@ -198,12 +194,12 @@ Access to the JSON value
...
@@ -198,12 +194,12 @@ Access to the JSON value
-
[
**operator>**
](
operator>.md
)
- comparison: greater than
-
[
**operator>**
](
operator>.md
)
- comparison: greater than
-
[
**operator>=**
](
operator>=.md
)
- comparison: greater than or equal
-
[
**operator>=**
](
operator>=.md
)
- comparison: greater than or equal
### Serialization
### Serialization
/ Dumping
-
[
**dump**
](
dump.md
)
- serialization
-
[
**dump**
](
dump.md
)
- serialization
-
to_string - user-defined to_string function for JSON values
-
to_string - user-defined to_string function for JSON values
### Deserialization
### Deserialization
/ Parsing
-
[
**parse**
](
parse.md
)
(
static
)
- deserialize from a compatible input
-
[
**parse**
](
parse.md
)
(
static
)
- deserialize from a compatible input
-
[
**accept**
](
accept.md
)
(
static
)
- check if the input is valid JSON
-
[
**accept**
](
accept.md
)
(
static
)
- check if the input is valid JSON
...
...
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