fromJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T fromJSON(JSONValue jVal)
  2. T[] fromJSON(JSONValue jVal)
    T[]
    fromJSON
    (
    T : T[]
    )
    (
    JSONValue jVal
    )
    if (
    !isSomeString!(T[])
    )
  3. T[string] fromJSON(JSONValue jVal)

Meta