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)
    class JsonHelper
    static
    JSONValue
    toJson
    (
    T
    )
    ()
    if (
    (
    !is(T == class) &&
    !is(T == struct)
    )
    ||
    is(T == JSONValue)
    )
  4. JSONValue toJson(T value)
  5. JSONValue toJson(T value)

Meta