Mongrel2\Connection::deliver_json PHP Method

deliver_json() public method

public deliver_json ( $uuid, $idents, $data )
    public function deliver_json($uuid, $idents, $data)
    {
        $this->deliver($uuid, $idents, json_encode($data));
    }