Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 63862431FBC for ; Wed, 25 Nov 2009 09:46:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y7uPUa6pAgOz for ; Wed, 25 Nov 2009 09:46:51 -0800 (PST) Received: from mail-yw0-f200.google.com (mail-yw0-f200.google.com [209.85.211.200]) by olra.theworths.org (Postfix) with ESMTP id D13C7431FAE for ; Wed, 25 Nov 2009 09:46:51 -0800 (PST) Received: by ywh38 with SMTP id 38so7195983ywh.6 for ; Wed, 25 Nov 2009 09:46:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.90.23.40 with SMTP id 40mr1371182agw.65.1259171207608; Wed, 25 Nov 2009 09:46:47 -0800 (PST) In-Reply-To: <1259164514-sup-196@lisa> References: <1259164514-sup-196@lisa> Date: Wed, 25 Nov 2009 11:46:47 -0600 Message-ID: <935ead450911250946t76bfa0d2k7da3154bbc57b10b@mail.gmail.com> From: Jeffrey Ollie To: Scott Robinson Content-Type: text/plain; charset=UTF-8 Cc: notmuch Subject: Re: [notmuch] Using notmuch from Ruby, Python, et al. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2009 17:46:52 -0000 On Wed, Nov 25, 2009 at 10:16 AM, Scott Robinson wrote: > > To accomplish this, I used the cJSON library sans parsing logic. I wasn't familiar with cJSON so I went over to take a look. I haven't really examined the code, but I really don't like the fact that you are expected to copy the cJSON code into your project. -- Jeff Ollie