mirror of
https://github.com/nlohmann/json
synced 2024-11-23 04:20:06 +00:00
📝 add more documentation
This commit is contained in:
parent
1816aae862
commit
7bd6242f04
@ -14,7 +14,7 @@ and `ensure_ascii` parameters.
|
||||
## Parameters
|
||||
|
||||
`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
|
||||
`0` will only insert newlines. `-1` (the default) selects the most compact
|
||||
representation.
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Overview
|
||||
|
||||
!!! note
|
||||
|
||||
This page is under construction.
|
||||
|
||||
## Member functions
|
||||
|
||||
### Object inspection
|
||||
|
Loading…
Reference in New Issue
Block a user