JsonValue.toString

Emit the string content to the given delegate, with escape conversion as required.

Returns false if this is not a String value

  1. Const!(T)[] toString(T[] dst)
  2. bool toString(void delegate(Const!(T)[]) dg)
    struct JsonValue
    bool
    toString
    (
    scope void delegate
    (
    Const!(T)[]
    )
    dg
    )

Meta