menu
croky package
documentation
croky.dart
Response
sendJson method
sendJson method
dark_mode
light_mode
sendJson
method
void
sendJson
(
Map
json
)
send a json content type response
Implementation
void sendJson(Map json) => writer = JsonResponse(json);
croky package
documentation
croky
Response
sendJson method
Response class