Re: [Json] I-D Action: draft-ietf-json-rfc4627bis-05.txt

Tim Bray <tbray@textuality.com> Thu, 10 October 2013 05:00 UTC

Return-Path: <tbray@textuality.com>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ADD7721E80C8 for <json@ietfa.amsl.com>; Wed, 9 Oct 2013 22:00:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.801
X-Spam-Level:
X-Spam-Status: No, score=-2.801 tagged_above=-999 required=5 tests=[AWL=0.175, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w8UP2sMRLxib for <json@ietfa.amsl.com>; Wed, 9 Oct 2013 22:00:13 -0700 (PDT)
Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by ietfa.amsl.com (Postfix) with ESMTP id 5A33521E80CA for <json@ietf.org>; Wed, 9 Oct 2013 22:00:13 -0700 (PDT)
Received: by mail-vb0-f44.google.com with SMTP id e13so1245816vbg.3 for <json@ietf.org>; Wed, 09 Oct 2013 22:00:13 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=+2U3U/2F2YjMqBLoUDRKngn1aRqx1JEmkckbQph7BPw=; b=fvXAkyvCZ5GCB0j9B694uv0pe0roblTN5yzEpfqvYgishZYZKyZkbVEDYQzEpcIpXm Ka6Kh93TVPtxbpc1jDtApSLdswOLchP7OeXF4/+s2UQpEJVdkylp/cEl+G1G81KeEnuZ n11RrTMrvkrODMaZ7cmOCKtirbMoiA8wPZE0TDiUvdKta/9zGxA/fr8IhlPHIZ2O08ks xwHO+UnVPyV8OEUbszqq9tGyxRhcjk6Q940oaNsL+dCajsB/yN0wzQUY97s8RwhgbeiJ jLzcGW7zm5h5E9KX0xfaQ3ObJlDBz4xSxffB/t8WXU0cGHQtULuuPjRnxwXdfWZW1Tmd NeUg==
X-Gm-Message-State: ALoCoQkbhY7VSJkV+TbFJg3UcY94z0gy5HWT2tAlt1om7Oj5aCQZTvaMECI6Fh3fhEz5ESyHJOl9
MIME-Version: 1.0
X-Received: by 10.220.183.199 with SMTP id ch7mr6128718vcb.27.1381381212937; Wed, 09 Oct 2013 22:00:12 -0700 (PDT)
Received: by 10.220.174.197 with HTTP; Wed, 9 Oct 2013 22:00:12 -0700 (PDT)
X-Originating-IP: [24.84.235.32]
In-Reply-To: <255B9BB34FB7D647A506DC292726F6E11531C3C187@WSMSG3153V.srv.dir.telstra.com>
References: <20131008234810.28645.8207.idtracker@ietfa.amsl.com> <CAHBU6isT8yv4-xf+cL0-RCdNu6DB=6G97MSaR7Z=F-Fz11BM3w@mail.gmail.com> <255B9BB34FB7D647A506DC292726F6E11531C3C187@WSMSG3153V.srv.dir.telstra.com>
Date: Wed, 09 Oct 2013 22:00:12 -0700
Message-ID: <CAHBU6iujKmWPZFML4bCE1wpybQDr1nUbz+4qb+JBtzgAPnv5tw@mail.gmail.com>
From: Tim Bray <tbray@textuality.com>
To: "Manger, James H" <James.H.Manger@team.telstra.com>
Content-Type: multipart/alternative; boundary="001a11c1bce07f392c04e85be0cd"
Cc: "json@ietf.org" <json@ietf.org>
Subject: Re: [Json] I-D Action: draft-ietf-json-rfc4627bis-05.txt
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.12
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: Thu, 10 Oct 2013 05:00:21 -0000

James Manger’s suggestion below is obviously good and I’ll adopt it unless
someone has a good reason not to. -T

On Tue, Oct 8, 2013 at 5:38 PM, Manger, James H <
James.H.Manger@team.telstra.com> wrote:

> Editorial:
>  “for example, "Hello world!", "42", and "true" would all be valid JSON
> texts in the ECMAScript 5.1 context.”
>
> This is not quite precise as the double-quotes are part of the JSON text
> for the string example, but not for the number and Boolean examples.
> Perhaps say:
>
>   for example, each of the following 3 lines would be a valid JSON text
>   in the ECMAScript 5.1 context:
>
>   "Hello world!"
>   42
>   true
>