- Pods
- Json 0.0.4
- API
- PrettyPrintOptions

const classafJson::PrettyPrintOptions
sys::Obj
afJson::PrettyPrintOptions
@
Js
Options to pass to JsonWriter
.
writer := JsonWriter(PrettyPrintOptions { it.indent = "\t" })
indent
Source
const Str indent := " "
The indent string used to indent the JSON.
make
Source
new make(|This? in := null)
maxWidth
Source
const Int maxWidth := 80
The maximum width of a list or map before it is broken up into separate lines.