2009/6/18 Dmitry Unkovsky <[email protected]>: > May be the other thing could be done - to make option "enclose json > response in parens" for possibility of cross-domain requests to > couchdb, which otherwise impossible, as far as I can see.
ah, what a wonder! it's already in trunk!
you can add option to view /somedb/someview?callback=callbackFn
and your json will come as callbackFn({"json":"obcect"})
