convertToJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Nullable!JSONValue convertToJSON(T value)
  2. Nullable!JSONValue convertToJSON(N value)
  3. Nullable!JSONValue convertToJSON(T value)
  4. Nullable!JSONValue convertToJSON(T value)
    Nullable!JSONValue
    convertToJSON
    (
    T : U[]
    U
    )
    ()
    if (
    isArray!T &&
    !isSomeString!T
    &&
    !is(T : string)
    &&
    !is(T : wstring)
    &&
    !is(T : dstring)
    )
  5. Nullable!JSONValue convertToJSON(T value)

Meta