Re: [Json] Support for "\/" in ECMA versus I-JSON?

"Paul Hoffman" <paul.hoffman@vpnc.org> Sat, 18 November 2017 23:24 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 537C11205F0 for <json@ietfa.amsl.com>; Sat, 18 Nov 2017 15:24:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=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 C81Xokn2jPFn for <json@ietfa.amsl.com>; Sat, 18 Nov 2017 15:24:04 -0800 (PST)
Received: from mail.proper.com (Opus1.Proper.COM [207.182.41.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1DEDA1201F2 for <json@ietf.org>; Sat, 18 Nov 2017 15:24:04 -0800 (PST)
Received: from [10.32.60.50] (50-1-51-141.dsl.dynamic.fusionbroadband.com [50.1.51.141]) (authenticated bits=0) by mail.proper.com (8.15.2/8.14.9) with ESMTPSA id vAINMVxH017022 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 18 Nov 2017 16:22:32 -0700 (MST) (envelope-from paul.hoffman@vpnc.org)
X-Authentication-Warning: mail.proper.com: Host 50-1-51-141.dsl.dynamic.fusionbroadband.com [50.1.51.141] claimed to be [10.32.60.50]
From: Paul Hoffman <paul.hoffman@vpnc.org>
To: Anders Rundgren <anders.rundgren.net@gmail.com>
Cc: json@ietf.org
Date: Sat, 18 Nov 2017 15:23:58 -0800
Message-ID: <5396066D-231C-4602-8D81-6646FDD18AD5@vpnc.org>
In-Reply-To: <fb700d81-5ed9-c0aa-1ace-71554c516a69@gmail.com>
References: <150047191184.7507.7143481683564082881@ietfa.amsl.com> <DB9BA7EA-D393-4079-B347-620A09280B26@isode.com> <CAC4RtVBYMrRCrUZ1qqD+_rH4M8N23GOgbbh=921fEYqH+gCm5Q@mail.gmail.com> <c06e583a-965e-9eaf-975f-e6876ac056ed@filament.com> <f1a6b553-c787-e248-67bd-74d68d98a845@gmx.de> <262E8314-263A-4443-B912-AFCF1A3277B2@tzi.org> <166957c4-26fc-90b5-a798-59280c91b466@filament.com> <8B60039F-96DD-4F72-8139-D80B6F11566C@tzi.org> <3760a157-5b88-e334-712c-03eecd675794@codalogic.com> <7a88952c-3e46-3f87-b3c2-2864f216c62d@gmail.com> <9cddf2e7-f987-3942-3580-05c3da6a4805@codalogic.com> <2892a0eb-0bd2-cd2e-87e7-aa2e29009b4b@filament.com> <fb700d81-5ed9-c0aa-1ace-71554c516a69@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; format="flowed"
X-Mailer: MailMate (1.9.7r5425)
Archived-At: <https://mailarchive.ietf.org/arch/msg/json/wFVJFoqHD2YhhuseaKak5uuxBxc>
Subject: Re: [Json] Support for "\/" in ECMA versus I-JSON?
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 18 Nov 2017 23:24:05 -0000

On 18 Nov 2017, at 7:54, Anders Rundgren wrote:

> It is [quite] possible that I got lost in ECMA's gigantic spec but I 
> can't find any support for the "\/" escape in there but it surely is 
> in I-JSON.
>
> WDYT?

You may be viewing the wrong spec. 
http://www.ecma-international.org/publications/standards/Ecma-404.htm is 
only 14 pages. The escape you are looking for is in Section 9, on page 
4.

--Paul Hoffman