On Mar 5, 2010, at 9:56 AM, Brian Candler wrote: > On Fri, Mar 05, 2010 at 12:38:22PM +0900, km wrote: >> Hi, >> >> Native JSON parsing is available in latest browsers like firefox 3.1+ and IE >> 8 and others. >> so check if ur using latest browser versions. > > I think he is talking about Javascript running server-side in couchdb, not > in the client. > > It depends which Spidermonkey couchdb was built with. In trunk it now adds > JSON into the sandbox for those implementations which don't have a native > JSON, so he should be OK when 0.11 is out.
Thanks, that sounds good! Yes, I'm talking about an update function in a CouchDB design document which is executed on the server. I wonder what CouchDB uses internally to parse the docs to JSON?
