I’m a Python programmer with experience using the json module. I’ve just meet CouchDB and seems very interesting.
I wonder know if JSON data structures can be directly saved as a CouchDB document.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You only need to provide an unique ID that will be used as part of the resource name (URI) when
PUTting it or you usePOSTand take an auto-generated ID. You can use any JSON, that does not contain_idand_rev, because these fields are reserved for CouchDB itself.