Hey Stefan well i am using Microsoft .Net types , which are marshal into Json and store in CouchDb. It was .Net library which covert Date into Json with lashes \ / and .Net library required the same while converting it from Json to .Net types. Anyway i have resolved the problem. I have customize the process of conversation and now i could convert into pure Json types. Thanks for your help perhaps i required your help in future as i am new to Json and CouchDB. Sujan
> Date: Wed, 1 Jun 2011 16:01:34 +0200 > Subject: Re: couchdb modify the json object > From: [email protected] > To: [email protected] > > Sujan, > > On Wed, Jun 1, 2011 at 3:28 PM, Sujan Dutta <[email protected]> wrote: > > curl -H "Content-Type: application/json" -X POST > > "http://192.168.1.89/tavisca/couch/sampledb" -d > > '{"createddate":"\/Date(-684302343434)\/"}' > > why are you removing the second Backslash !? with a single backlash, > you would escape the slash .. which is kinda useless. two backslashes > will finally result in one, which you'll get back while requesting the > document. > > Regards > Stefan
