Decode a JSON string to an Encodable object.
The JSON string to decode
The class of the object to decode. This class must match the object that was encoded.
An instance of the class with the decoded data
Generated using TypeDoc
Decode a JSON string to an Encodable object.