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)

Default it-block ctor.

maxWidth

Source

const Int maxWidth := 80

The maximum width of a list or map before it is broken up into separate lines.

toStr

Source

virtual override Str toStr()