📝 add more documentation
This commit is contained in:
parent
1816aae862
commit
7bd6242f04
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue