JsonValue.toString

Return the string content. Returns null if this value is not a string.

Uses dst for escape conversion where possible.

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

Meta