Display document of CouchDB in JSON format

前端 未结 0 1362
醉梦人生
醉梦人生 2021-01-04 07:10

I need to get the documents as JSON

The view looks like below

function (doc) {
  emit(doc._id); 
}

The design document looks like belo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题