jsonParse

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

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

Meta