JBZoo\Data\JSON::_encode PHP 메소드

_encode() 보호된 메소드

Utility Method to unserialize the given data
protected _encode ( $data ) : string
$data
리턴 string
    protected function _encode($data)
    {
        return $this->_render($data);
    }