Re: [Json] Strings

Paul Hoffman <paul.hoffman@vpnc.org> Thu, 06 June 2013 16:52 UTC

Return-Path: <paul.hoffman@vpnc.org>
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 4E17A21F99C5 for <json@ietfa.amsl.com>; Thu, 6 Jun 2013 09:52:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.954
X-Spam-Level:
X-Spam-Status: No, score=-101.954 tagged_above=-999 required=5 tests=[AWL=0.645, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 noP1KPULHqn8 for <json@ietfa.amsl.com>; Thu, 6 Jun 2013 09:52:14 -0700 (PDT)
Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) by ietfa.amsl.com (Postfix) with ESMTP id DFB9121F99C7 for <json@ietf.org>; Thu, 6 Jun 2013 09:52:11 -0700 (PDT)
Received: from [10.20.30.90] (50-0-66-165.dsl.dynamic.sonic.net [50.0.66.165]) (authenticated bits=0) by hoffman.proper.com (8.14.5/8.14.5) with ESMTP id r56Gq85n032675 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for <json@ietf.org>; Thu, 6 Jun 2013 09:52:09 -0700 (MST) (envelope-from paul.hoffman@vpnc.org)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Paul Hoffman <paul.hoffman@vpnc.org>
In-Reply-To: <BF7E36B9C495A6468E8EC573603ED9411527E361@xmb-aln-x11.cisco.com>
Date: Thu, 06 Jun 2013 09:52:08 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <5317EF10-6424-4F4C-A9FA-8709D917C848@vpnc.org>
References: <A723FC6ECC552A4D8C8249D9E07425A70FC2E23E@xmb-rcd-x10.cisco.com> <38C1C408-3AF4-4CF2-96E1-9544C54B0531@vpnc.org> <BF7E36B9C495A6468E8EC573603ED9411527E361@xmb-aln-x11.cisco.com>
To: "json@ietf.org" <json@ietf.org>
X-Mailer: Apple Mail (2.1508)
Subject: Re: [Json] Strings
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, 06 Jun 2013 16:52:14 -0000

On Jun 6, 2013, at 9:43 AM, Matt Miller (mamille2) <mamille2@cisco.com> wrote:

>>> Are you sure you want to open pandora's box of comparing strings?
>> 
>> Yes. String comparison is used for object keys, which is a hot topic in another thread.
>> 
>> { "a": 1, "\u0061": 2 }
>> 
> 
> To (probably vainly) help keep a lid on the box, do we need to note there is no expectation of normalization?

We do *not* need to note that, because we can't define it in under a page of text.

--Paul Hoffman