contentTypeJson static method

void contentTypeJson()

Set Content-Type to JSON

Implementation

static void contentTypeJson() =>
    response.header('Content-Type', 'application/json');