JBZoo\Data\JSON::_encode PHP Method

_encode() protected method

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