writeJson method
- Object? object
Write json with pretty output
Implementation
void writeJson(Object? object) => writeJsonWithCode(HttpStatus.ok, object);
Write json with pretty output
void writeJson(Object? object) => writeJsonWithCode(HttpStatus.ok, object);