JBZoo\Data\JSON::_decode PHP Method

_decode() protected method

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
return mixed
    protected function _decode($string)
    {
        return json_decode($string, true);
    }