How to Save JSON String in Couch lite

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 .

Hi Mohit,

We are facing same problem. Did you got any solution for this issue? Please share.

Thanks
Vikas

No … not till now . Do share if you have the solution