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

Meta