2009/6/26 <[email protected]>: > 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?) >
CouchdbDB allow you to store *documents* *using* JSON format. And yes it's possible in python or any language .
