parse Object
Parses a JSON string into an object of type T.
Return
The parsed object of type T, or null if parsing fails
Parameters
T
The type to parse the JSON string into
Parses a JSON string into an object of type T.
The parsed object of type T, or null if parsing fails
The type to parse the JSON string into