You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by JT Perry <jt...@gmail.com> on 2008/11/15 05:54:08 UTC

Nub Question

A quick question while I am exploring around.  I have couchdb from svn
up and running on ubuntu 8.10 with  Erlang R12B-3.  Through the http
api (http://127.0.0.1/jt/Foo) I get the following as expected:

{"_id":"Foo","_rev":"3096350160","hello":{"wo":"rld"}}

However through Futon I get things like:

_id	||{"0":"F","1":"o","2":"o"}
_rev	||{"0":"3","1":"0","2":"9","3":"6","4":"3","5":"5","6":"0","7":"1","8":"6","9":"0"}
hello	||wo {"0":"r","1":"l","2":"d"}

(The pipes are my cheezy way of splitting the html table).

The document was created via the Futon interface.

This seems like no big deal since the http api is returning the JSON I
would expect, but do I need to tweak something for Futon?

(Congrats on the graduation!!)

JT