decode

This function decodes a JSON string into a given type using introspection.

  1. T decode(string json)
  2. T decode(JSONValue value)
    T
    decode
    (
    T
    alias transform = never
    )
    (
    JSONValue value
    )

Throws

JSONException

Meta