Re: [apps-discuss] Review of draft-ietf-appsawg-json-pointer

Paul Hoffman <paul.hoffman@vpnc.org> Thu, 15 November 2012 17:36 UTC

Return-Path: <paul.hoffman@vpnc.org>
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 B3E8821F8940 for <apps-discuss@ietfa.amsl.com>; Thu, 15 Nov 2012 09:36:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.549
X-Spam-Level:
X-Spam-Status: No, score=-102.549 tagged_above=-999 required=5 tests=[AWL=0.050, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G1PD8TBoFYHl for <apps-discuss@ietfa.amsl.com>; Thu, 15 Nov 2012 09:36:38 -0800 (PST)
Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) by ietfa.amsl.com (Postfix) with ESMTP id 3631021F8896 for <apps-discuss@ietf.org>; Thu, 15 Nov 2012 09:36:38 -0800 (PST)
Received: from [10.20.30.102] (50-0-66-243.dsl.dynamic.fusionbroadband.com [50.0.66.243]) (authenticated bits=0) by hoffman.proper.com (8.14.5/8.14.5) with ESMTP id qAFHaSOS069323 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 15 Nov 2012 10:36:28 -0700 (MST) (envelope-from paul.hoffman@vpnc.org)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
From: Paul Hoffman <paul.hoffman@vpnc.org>
In-Reply-To: <CABP7RbdkyCwvLDAJYMwPf-HCLtxKrM0ttS7h7PziFYDMVcv0ww@mail.gmail.com>
Date: Thu, 15 Nov 2012 09:36:35 -0800
Content-Transfer-Encoding: quoted-printable
Message-Id: <362546D9-85FF-4BE8-B0ED-99CB57A55379@vpnc.org>
References: <D8B6B887-7206-4197-B78D-7E2B38A20EF9@vpnc.org> <CABP7RbdkyCwvLDAJYMwPf-HCLtxKrM0ttS7h7PziFYDMVcv0ww@mail.gmail.com>
To: James M Snell <jasnell@gmail.com>
X-Mailer: Apple Mail (2.1499)
Cc: "apps-discuss@ietf.org Discuss" <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] Review of draft-ietf-appsawg-json-pointer
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: Thu, 15 Nov 2012 17:36:38 -0000

On Nov 15, 2012, at 9:27 AM, James M Snell <jasnell@gmail.com> wrote:

> This came from a requirement with json patch to allow a way of appending new array items to the end. This was fairly extensively discussed and concluded that the - was the least-complicated option that met the requirement. 

Understood. However, is there *no* reason to prepend something to the beginning of the list? Or is that done with "1"? (I admit not fully getting all the fun features of -patch).

--Paul Hoffman