contentTypeJson static method
void
contentTypeJson()
Set Content-Type to JSON
Implementation
static void contentTypeJson() =>
response.header('Content-Type', 'application/json');
Set Content-Type to JSON
static void contentTypeJson() =>
response.header('Content-Type', 'application/json');