CouchDB stores objects in JSON format right? Is there any way to extract these JSON objects from CouchDB directly? The server that extracts from the db are supposed to present JSON objects, so it would be stupid to create new objects if they are stored in the correct syntax.
Is this possible in Python? (if not, in any other language?)
