Decodes JSON data
@author Sander Coolen <sander@jibber.nl>
Expanded class hierarchy of JsonDecode
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
JsonDecode:: |
private | property | Specifies if the returned result should be an associative array or a nested stdClass object hierarchy. | |
JsonDecode:: |
private | property | ||
JsonDecode:: |
private | property | Specifies the recursion depth. | |
JsonDecode:: |
protected | property | ||
JsonDecode:: |
public | function |
Decodes data. Overrides DecoderInterface:: |
|
JsonDecode:: |
public | function | Returns the last decoding error (if any). | |
JsonDecode:: |
private | function | Merges the default options of the Json Decoder with the passed context. | |
JsonDecode:: |
public | function |
Checks whether the deserializer can decode from given format. Overrides DecoderInterface:: |
|
JsonDecode:: |
public | function | Constructs a new JsonDecode instance. |