couchpy.utils – CouchDB utility functions

Encoding python object to JSON text and decoding JSON text to python object using the fastest available implementation. Searches for following implementation in the listed order of priority.

  • python-cjson C implementation of JSON encoder and decoder
  • json JSON encoder and decoder from python standard-library

CouchPy

Previous topic

couchpy.doc – CouchDB document interface

Next topic

couchpy.rest – CouchDB ReSTful interface

This Page