Hi ,
I am a newbie in CouchDB , i am trying to add this json object directly to db but couldn’t way to this .
Very simple example :
{ “array”: [ 1, 2, 3 ], “boolean”: true, “null”: null, “number”: 123, “object”: { “a”: “b”, “c”: “d”, “e”: “f” }, “string”: “Hello World” }
I couldn’t afford to break it everytime to key pair and then save it . Please suggest .