Generates a JSON response.
Response json(dynamic data, {int status = 200}) { return Response.json(data, status: status); }