mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
📝 add more documentation
This commit is contained in:
@ -14,7 +14,7 @@ and `ensure_ascii` parameters.
|
|||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
`indent` (in)
|
`indent` (in)
|
||||||
: If indent is nonnegative, then array elements and object
|
: If `indent` is nonnegative, then array elements and object
|
||||||
members will be pretty-printed with that indent level. An indent level of
|
members will be pretty-printed with that indent level. An indent level of
|
||||||
`0` will only insert newlines. `-1` (the default) selects the most compact
|
`0` will only insert newlines. `-1` (the default) selects the most compact
|
||||||
representation.
|
representation.
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
|
||||||
|
This page is under construction.
|
||||||
|
|
||||||
## Member functions
|
## Member functions
|
||||||
|
|
||||||
### Object inspection
|
### Object inspection
|
||||||
|
Reference in New Issue
Block a user