Parse a JSON string into a typed value.
Expected return type of the parsed JSON.
JSON string to parse
Parsed value cast to type T.
T
This function does not handle errors. It will throw if the input is invalid JSON.
Parse a JSON string into a typed value.