I need to get the documents as JSON
The view looks like below
function (doc) { emit(doc._id); }
The design document looks like belo