From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: Re: json.el - JavaScript Object Notation parser / generator for Emacs Lisp Date: Tue, 12 Feb 2008 10:39:51 -0800 Message-ID: <85bq6mf288.fsf@evri.com> References: <3b31caf90603220930k1f133151m81ab6986e9aff946@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202843404 14437 80.91.229.12 (12 Feb 2008 19:10:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 19:10:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 20:10:25 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JP0W8-0002VS-TV for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 20:10:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP0Vf-00038g-Eb for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 14:09:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JP0VW-00034D-4u for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:09:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP0VV-00033y-O9 for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:09:29 -0500 Original-Received: from dsl017-040-091.sea1.dsl.speakeasy.net ([69.17.40.91] helo=zimbra.evri.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JP0VV-0008J6-BI for emacs-devel@gnu.org; Tue, 12 Feb 2008 14:09:29 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.evri.com (Postfix) with ESMTP id 5601EDAC7F for ; Tue, 12 Feb 2008 10:38:47 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -2.469 Original-Received: from zimbra.evri.com ([127.0.0.1]) by localhost (zimbra.evri.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d+Lo11FWu+OQ for ; Tue, 12 Feb 2008 10:38:41 -0800 (PST) Original-Received: from imp (dsl017-040-082.sea1.dsl.speakeasy.net [69.17.40.82]) by zimbra.evri.com (Postfix) with ESMTP id E4108B1CC9 for ; Tue, 12 Feb 2008 10:38:40 -0800 (PST) In-Reply-To: (Edward O'Connor's message of "Mon, 11 Feb 2008 11:46:04 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Greylist: delayed 1773 seconds by postgrey-1.27 at monty-python; Tue, 12 Feb 2008 14:09:28 EST X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88898 Archived-At: Edward O'Connor writes: > I know of several libraries/tools which use json.el, including > augment.el, a facebook api client, rcov.el, and at least one twitter api > client. Additionally, I know of at least one library, twit.el, whose > author avoided using json.el solely because it isn't included in Emacs. I've found this library to be very useful too and have written a library that depends on it. Chalk up another vote to have it included. I think as web APIs start becoming more and more common the usefulness of this library will increase greatly. -Phil