📝 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
|
||||
|
||||
`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 a new issue