Hi, I'm writing a little CouchDB administration utility and would like to find out how most of you store data values in JSON. From .NET via Newtonsoft's JSON serializer, dates end up in the ISO 8601 as a string, like this:
{ Timestamp": "2011-05-12T20:52:02.3774261Z" }
Let me know what other formats are used, as I'd like to cover as much
of them as possible - hopefully the Javascript view code will be able
to detect them automatically.
Thanks!
Rudi
