Hi Noel, >> However, the values that you would normally get from CouchDB, even with >> views, would be something like: (…) > This site explains show functions: http://guide.couchdb.org/draft/show.html > You would just output it in JSON, rather than HTML like the example shows.
Not exactly: `show` functions are just to format a *single* document. Formatting a view is done with a *`list`* function. http://docs.couchdb.org/en/latest/couchapp/ddocs.html#list-functions Regards, Aurélien
