request('some-couchdb-view', function (err, res, body) { body = JSON.parse(body); /* do whatever */ });