On Mon, Oct 19, 2009 at 9:14 AM, Vlad GURDIGA wrote: > Hello! > > I see* we have "_id" and "_rev" in the document we send with the PUT > or POST request and in the response we get something like: > > {"ok":true, "id":"123BAC", "rev":"946B7D1C"} > > with "id" and "rev" without underscores. > > Doesn't this sound a little inconsistent? > > > * http://wiki.apache.org/couchdb/HTTP_Document_API > Vlad, This has come up before. Basically it boils down to "underscores only for top level members in docs". [1] http://markmail.org/message/nbne65yar6azb7ac [2] http://markmail.org/message/eaehyioiupw5thot HTH, Paul Davis