Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "View_server" page has been changed by MoritzHeidkamp.
The comment on this change is: fixed a json typo.
http://wiki.apache.org/couchdb/View_server?action=diff&rev1=18&rev2=19

--------------------------------------------------

  If the function above is the only function stored, the views server answers:
  
  {{{
- [[[null, {"player_name","John Smith"}]]]\n
+ [[[null, {"player_name":"John Smith"}]]]\n
  }}}
  
  That is, an array with the result for every function for the given document.

Reply via email to