Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8C2810514 for ; Mon, 9 Dec 2013 10:29:31 +0000 (UTC) Received: (qmail 28661 invoked by uid 500); 9 Dec 2013 10:29:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 28619 invoked by uid 500); 9 Dec 2013 10:29:26 -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 28609 invoked by uid 99); 9 Dec 2013 10:29:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 10:29:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kxepal@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 10:29:19 +0000 Received: by mail-wg0-f42.google.com with SMTP id a1so3175850wgh.1 for ; Mon, 09 Dec 2013 02:28:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NVmOto58AisblFcbGDtIvdtDX5JPSjwjfsP7/vlFkTc=; b=FJmPasRFuvYKfc1zdGdJF38t6zbjrxY6KXYA0w+8dbC6dRXAGiDa43BmCD/G4NNrBz Zrax6q/4AV7vMAWp+0ThMzMs9Q/37HEMmuCsNC3Ij7V1PQeVDKsNhHiVCXP5j13+CBCi rV/CXpUi198tKvTFY8J73Bfj2VH8lPsWOoFdFqoX4I1wIUruDqHQt5gTSrnFTEgx4ZkV LxvHwUwLQ59j2xyDwz78hxR2S8+hofTluxf+jwcu88uO10GqjldjQIMMYu6xE1yPyXd+ MoBr9Qeji2XrceGcWxaFX1m3gGDI2DoArrGmi3EIaJyn0BxAbPNbS6JaqCgxrr8gu5+w DMhQ== MIME-Version: 1.0 X-Received: by 10.181.11.201 with SMTP id ek9mr13275158wid.54.1386584939573; Mon, 09 Dec 2013 02:28:59 -0800 (PST) Received: by 10.180.24.99 with HTTP; Mon, 9 Dec 2013 02:28:59 -0800 (PST) In-Reply-To: References: Date: Mon, 9 Dec 2013 14:28:59 +0400 Message-ID: Subject: Re: Couchdb easter eggs like returning "json:" From: Alexander Shorin To: "user@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Stanley, You definitely miss the JSON Structure Reference article: http://docs.couchdb.org/en/latest/json-structure.html#response-object Also in design function description there are few examples about: http://docs.couchdb.org/en/latest/couchapp/ddocs.html#show-functions Hope that CouchDB will surprise you again (: -- ,,,^..^,,, On Mon, Dec 9, 2013 at 2:23 PM, Stanley Iriele wrote: > I have been reading through the couchdb docs online..,fantastic job by the > way, and I discovered the joy of returning "json" instead if stringifying > my objects and setting the "application/json" header myself > > I don't see any official reference pointing out this goodie... Are there > more? Is there an official list somewhere?... This is not s pressing issue > it just seems like the more I use this database the more find incredibly > handy functions. > > Thanks in advance