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);
    }