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)
    class JsonHelper
    static
    JSONValue
    toJson
    (
    T
    )
    (,
    bool asInteger = true
    )
    if (
    is(T == SysTime)
    )
  3. JSONValue toJson(T value)
  4. JSONValue toJson(T value)
  5. JSONValue toJson(T value)

Meta