Re: [Json] Seeking more input on draft-ietf-json-text-sequence

Nico Williams <nico@cryptonector.com> Wed, 21 May 2014 03:36 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AC0991A0455 for <json@ietfa.amsl.com>; Tue, 20 May 2014 20:36:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.044
X-Spam-Level:
X-Spam-Status: No, score=-1.044 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FM_FORGED_GMAIL=0.622, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ntKEtjq2dAUM for <json@ietfa.amsl.com>; Tue, 20 May 2014 20:36:06 -0700 (PDT)
Received: from homiemail-a66.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 3DDCE1A044F for <json@ietf.org>; Tue, 20 May 2014 20:36:06 -0700 (PDT)
Received: from homiemail-a66.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a66.g.dreamhost.com (Postfix) with ESMTP id 8792D350078 for <json@ietf.org>; Tue, 20 May 2014 20:36:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h= mime-version:in-reply-to:references:date:message-id:subject:from :to:cc:content-type; s=cryptonector.com; bh=IGl98tj0mWMkpa5twZ3f qkqeUn0=; b=OExbFdgVibSi2PB55GAlNI4Kz4hYEOpPqaTFfXRUxj5rBlWnFsTQ IEjcEellpHKa59NJEAuY5aVJMYUkvK81Kb9ouzg9OyvY2qs0A5c4ihmBAoHDCoMd dpDJuwckGIGwFbBaT2A9KAeM91I2fTSwMcHZ+w3nGOFcgWh/qu8bvN8=
Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nico@cryptonector.com) by homiemail-a66.g.dreamhost.com (Postfix) with ESMTPSA id 39E21350072 for <json@ietf.org>; Tue, 20 May 2014 20:36:05 -0700 (PDT)
Received: by mail-we0-f181.google.com with SMTP id w61so1450006wes.12 for <json@ietf.org>; Tue, 20 May 2014 20:36:04 -0700 (PDT)
MIME-Version: 1.0
X-Received: by 10.194.94.71 with SMTP id da7mr19844445wjb.56.1400643364027; Tue, 20 May 2014 20:36:04 -0700 (PDT)
Received: by 10.216.29.200 with HTTP; Tue, 20 May 2014 20:36:03 -0700 (PDT)
In-Reply-To: <CAK3OfOjTSsadRhPvwoKskNK0UDLZJ+P3wxC3U6opE_g8viY8UA@mail.gmail.com>
References: <20140509173159.28855.94523.idtracker@ietfa.amsl.com> <A89181FF-2FAB-4C17-86AC-685D09AD0CA4@vpnc.org> <537875D8.1080807@drees.name> <CAK3OfOhp9NexrHcDq-SmBsV+LxTbmM3w--L9vf2AeC6sYRr5zg@mail.gmail.com> <CAK3OfOjTSsadRhPvwoKskNK0UDLZJ+P3wxC3U6opE_g8viY8UA@mail.gmail.com>
Date: Tue, 20 May 2014 22:36:03 -0500
Message-ID: <CAK3OfOiDPCnN4u7z1e-Oa8zjXd+Q55KiJSkCmaQ7+fsmb8+kUw@mail.gmail.com>
From: Nico Williams <nico@cryptonector.com>
To: "stefan@drees.name" <stefan@drees.name>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/json/opUI4iZPCAf0J1Ehky5BxmZeWIM
Cc: "json@ietf.org" <json@ietf.org>
Subject: Re: [Json] Seeking more input on draft-ietf-json-text-sequence
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "JavaScript Object Notation \(JSON\) WG mailing list" <json.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/json>, <mailto:json-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/json/>
List-Post: <mailto:json@ietf.org>
List-Help: <mailto:json-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/json>, <mailto:json-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 21 May 2014 03:36:06 -0000

James Manger points out that I can't help the greedy parser problem
because the JSON-text rule uses the ws rule.  Well, yeah.  Therefore
the ABNF can be a bit simpler.