Say I got:
app.get(\'/json\', function(req, res) { res.set({ \'content-type\': \'application/json\' }).send(\'{\"status\": \"0\"}\'); });