[apps-discuss] #1: json-pointer internationalisation
Mark Nottingham <mnot@mnot.net> Wed, 30 May 2012 05:44 UTC
Return-Path: <mnot@mnot.net>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9EE7911E807F for <apps-discuss@ietfa.amsl.com>; Tue, 29 May 2012 22:44:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[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 MMMF9ddxycY0 for <apps-discuss@ietfa.amsl.com>; Tue, 29 May 2012 22:44:49 -0700 (PDT)
Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) by ietfa.amsl.com (Postfix) with ESMTP id 9849421F867F for <discuss@apps.ietf.org>; Tue, 29 May 2012 22:44:48 -0700 (PDT)
Received: from lcqn7yn1.rackspace.corp (unknown [69.20.3.135]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id E660422E259 for <discuss@apps.ietf.org>; Wed, 30 May 2012 01:44:41 -0400 (EDT)
From: Mark Nottingham <mnot@mnot.net>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Date: Wed, 30 May 2012 15:44:38 +1000
Message-Id: <52C872CB-7A7F-4C01-8B6E-2857093F94F3@mnot.net>
To: Apps Discuss <discuss@apps.ietf.org>
Mime-Version: 1.0 (Apple Message framework v1278)
X-Mailer: Apple Mail (2.1278)
Subject: [apps-discuss] #1: json-pointer internationalisation
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 30 May 2012 05:44:50 -0000
<http://trac.tools.ietf.org/wg/appsawg/trac/ticket/1> I think this issue has been taken care of in the latest draft: > A JSON Pointer is a [Unicode > ] string containing a sequence of zero or > more reference tokens, each prefixed by a '/' (%x2F) character. > > If a reference token contains '/' (%x2F) or '^' (%x5E) characters, > such characters MUST each be prefixed (escaped) with a '^' (%x5E) > character. > > ABNF syntax: > > json-pointer = *( "/" reference-token ) > reference-token = *( unescaped / escaped ) > unescaped = %x00-2E / %x30-5B / %x5D-10FFFF > escaped = "^" ( "/" / "^" ) <http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-01> and therefore can be closed. Make sense? -- Mark Nottingham http://www.mnot.net/
- [apps-discuss] #1: json-pointer internationalisat… Mark Nottingham
- Re: [apps-discuss] #1: json-pointer international… Julian Reschke
- Re: [apps-discuss] #1: json-pointer international… Paul C. Bryan
- Re: [apps-discuss] #1: json-pointer international… Mark Nottingham
- Re: [apps-discuss] #1: json-pointer international… Manger, James H
- Re: [apps-discuss] #1: json-pointer international… Mark Nottingham
- Re: [apps-discuss] #1: json-pointer international… Manger, James H
- Re: [apps-discuss] #1: json-pointer international… Mark Nottingham
- Re: [apps-discuss] #1: json-pointer international… Mark Nottingham