writeJson

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

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

Meta