Sends a JSON response.
void json(Map<String, dynamic> data, {int status = 200}) { response.status(status).sendJson(data); }