JBZoo\Data\JSON::_decode PHP Метод

_decode() защищенный Метод

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
Результат mixed
    protected function _decode($string)
    {
        return json_decode($string, true);
    }