Peekmo\JsonPath\JsonStore::toObject PHP Method

toObject() public method

Returns the given json string to object
public toObject ( ) : stdClass
return stdClass
    public function toObject()
    {
        return json_decode(json_encode($this->data));
    }