decode

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

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

Throws

JSONException

Meta