Set json response
void json(Map<String, dynamic> data, {int status = HttpStatus.ok}) { contentType = ContentType.json; body = jsonEncode(data); }