Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
decode ($data) | |
JSON decoder
@api
Definition at line 16 of file DecoderInterface.php.
decode | ( | $data | ) |
Decodes the given $data string which is encoded in the JSON format into a PHP type (array, string literal, etc.)
string | $data |
Implemented in Decoder.