jsonParse

Parse the JSON in string s and deserialize it into an instance of T.

  1. T jsonParse(C[] s)
    T
    jsonParse
    (
    T
    C
    )
    (
    C[] s
    )
  2. void jsonParse(C[] s, T result)

Meta