Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 99380 invoked from network); 5 Mar 2010 10:27:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 10:27:58 -0000 Received: (qmail 59023 invoked by uid 500); 5 Mar 2010 10:27:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 58062 invoked by uid 500); 5 Mar 2010 10:27:40 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 58045 invoked by uid 99); 5 Mar 2010 10:27:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 10:27:39 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=FREEMAIL_FROM,KHOP_SC_TOP_CIDR8,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mirko.kiefer@arcor.de designates 151.189.21.42 as permitted sender) Received: from [151.189.21.42] (HELO mail-in-02.arcor-online.net) (151.189.21.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 10:27:30 +0000 Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mx.arcor.de (Postfix) with ESMTP id E87BC3FE4AD for ; Fri, 5 Mar 2010 11:27:09 +0100 (CET) Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id DE54E2C0EAF for ; Fri, 5 Mar 2010 11:27:09 +0100 (CET) Received: from mirko.fritz.box (mnhm-5f75dd00.pool.mediaWays.net [95.117.221.0]) (Authenticated sender: mirko.kiefer@arcor.de) by mail-in-16.arcor-online.net (Postfix) with ESMTPA id B3F7C257340 for ; Fri, 5 Mar 2010 11:27:09 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-16.arcor-online.net B3F7C257340 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1267784829; bh=HMBP2isQXwOfVOt9mHh8IifGlkCyUH/UuZkK8+t4+Eg=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date: Content-Transfer-Encoding:Message-Id:References:To; b=FPG6cF239zm14SY6ilpa5o+JBDmjAPPJoIpGBgsKMj8wWvNW813w6f3pCX7EL30EJ dLBYDbSEuX47wt+FjD+0b3oLKf/HeKSKoSuSqwK2LDPRd4vCXojDKB+BfbxGU+UQ4n +TfL7NrlbWrSPC0X/PpkkYqRZARhP+ty5pmhyyeE= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: parsing JSON in update function From: Mirko Kiefer In-Reply-To: <20100305085613.GA12132@uk.tiscali.com> Date: Fri, 5 Mar 2010 11:27:12 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <1C76E9CC-6899-441E-9750-6E2E94616E58@arcor.de> References: <01C628E0-B3B7-4DCB-8834-78BCC4232208@arcor.de> <20100305085613.GA12132@uk.tiscali.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 5, 2010, at 9:56 AM, Brian Candler wrote: > On Fri, Mar 05, 2010 at 12:38:22PM +0900, km wrote: >> Hi, >>=20 >> 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. >=20 > I think he is talking about Javascript running server-side in couchdb, = not > in the client. >=20 > 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?=