writeJson

Supports numbers, strings, and arrays. No dictionary - because D doesn't have a good one.

  1. void writeJson(char* sink, T value)
  2. void writeJson(void delegate(const(char)[]) sink, T value)
    void
    writeJson
    (
    T
    )
    (
    scope void delegate
    (
    const(char)[]
    )
    sink
    ,)

Meta