JsonValue.print

Emit a text representation of this value to the provided delegate

  1. Const!(T)[] print(Const!(T)[] space, int decimals)
  2. Value print(OutputStream s, Const!(T)[] space, int decimals)
  3. Value print(void delegate(Const!(T)[]) append, Const!(T)[] space, int decimals)
    struct JsonValue
    print
    (
    scope void delegate
    (
    Const!(T)[]
    )
    append
    ,
    Const!(T)[] space = null
    ,
    int decimals = 2
    )

Meta