Serializes JSON to the response.
Future<bool> json(Object? value) => serialize(value, contentType: MediaType('application', 'json'));