Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF64091DD for ; Thu, 31 May 2012 23:30:03 +0000 (UTC) Received: (qmail 5725 invoked by uid 500); 31 May 2012 23:30:03 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 5534 invoked by uid 500); 31 May 2012 23:30:03 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 5520 invoked by uid 99); 31 May 2012 23:30:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 23:30:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of steve.loughran@gmail.com designates 209.85.215.47 as permitted sender) Received: from [209.85.215.47] (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 23:29:56 +0000 Received: by lags15 with SMTP id s15so1167743lag.6 for ; Thu, 31 May 2012 16:29:35 -0700 (PDT) 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=wBBZPqBjMvsFOjnTaiq3wPL0OyXVg6NfI/4RmrdetsQ=; b=02UFaQKqqfh+y7fnqMvy/uS4K8WEskzTsiuvFBtkrcgsVLXcTiYyromlWiyK/DV+3X t66pYsHasbRxECU4GGkh7Ks4x/Ei+ESht6e4dQuv3DkR0CyVRdddfXZz7tp3phSFBSbJ bRUK7piJxu1mM7gpk4WUmj3Dz1B/nrhF2+Cc9y4odChwadr2T1Nv4JyufP6DBdFk9dnL syNbW8b/AW7fQT8lIQ2K7VbqtOFHO0gT63eW6eMdNYLM68eHu5/sRURvEQOLThsrvjMl mlPKaYxuCniPBpIgjZcj5PEFERV94MlFjCDThU/Zi6sSdlxLIFvAQR7i1ORbLhtJZHZu C23w== MIME-Version: 1.0 Received: by 10.112.42.228 with SMTP id r4mr903421lbl.4.1338506975113; Thu, 31 May 2012 16:29:35 -0700 (PDT) Received: by 10.112.83.138 with HTTP; Thu, 31 May 2012 16:29:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Jun 2012 00:29:35 +0100 Message-ID: Subject: Re: [PROPOSAL] Apache Parser From: Steve Loughran To: general@incubator.apache.org Content-Type: multipart/alternative; boundary=e0cb4efe3390c7f43c04c15d70b1 X-Virus-Checked: Checked by ClamAV on apache.org --e0cb4efe3390c7f43c04c15d70b1 Content-Type: text/plain; charset=UTF-8 On 31 May 2012 07:18, Seungyoung Kim wrote: > XML and JSON format is another one which are used wided, but little bit > too complecated and heavy from application's stand point of view. > I'd agree with this critique of XML, but not JSON. Easy to yacc-up a parser, a fair number of implementations out there, and lots of web browser support. A reasonably straightforward mapping from the JSON to a tree of (key, entry) pairs, unlike say the XML dom with its namespaces, intermingled text elements with other things, the duopoly of attributes and elements. --e0cb4efe3390c7f43c04c15d70b1--