JsonHelper.toJson

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JSONValue toJson(T value, uint level, bool ignore)
  2. JSONValue toJson(T value, bool asInteger)
  3. JSONValue toJson(T value)
  4. JSONValue toJson(T value)
    class JsonHelper
    static
    JSONValue
    toJson
    (
    T : U[]
    U
    )
    ()
    if (
    isArray!T &&
    !isSomeString!T
    &&
    !is(T : string)
    &&
    !is(T : wstring)
    &&
    !is(T : dstring)
    )
  5. JSONValue toJson(T value)

Meta