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. immutable(char)[] toString()
  3. bool toString(void delegate(const(T)[]) dg)
    struct JsonValue
    bool
    toString
    (
    scope void delegate
    (
    const(T)[]
    )
    dg
    )

Meta