Closed KodjoSuprem closed 11 years ago
I fixed this in #8, I didn't even know this issue existed but using json.JSONEncoder() is better (and the intended way) :-) json itself has no encode()
Now fixed in https://github.com/niwibe/py-couchdb/commit/cb665f3205ac848eed219a15e2ffc663a0c2bc45 Thanks for report!
I want to get all design docs from a db:
and gets
I naively fixed it with the utils.to_json() function