Re: [Gen-art] [Jsonpath] Genart last call review of draft-ietf-jsonpath-base-17
Carsten Bormann <cabo@tzi.org> Fri, 11 August 2023 06:22 UTC
Return-Path: <cabo@tzi.org>
X-Original-To: gen-art@ietfa.amsl.com
Delivered-To: gen-art@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B380AC151076; Thu, 10 Aug 2023 23:22:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.907
X-Spam-Level:
X-Spam-Status: No, score=-6.907 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CMAfrQ5cItv4; Thu, 10 Aug 2023 23:22:28 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [134.102.50.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C237CC15152F; Thu, 10 Aug 2023 23:22:20 -0700 (PDT)
Received: from smtpclient.apple (unknown [IPv6:2a00:20:6083:6090:698f:3124:829:f5e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4RMYc96zNqzDCbk; Fri, 11 Aug 2023 08:22:17 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <169169150183.43222.18081751127010886819@ietfa.amsl.com>
Date: Fri, 11 Aug 2023 08:22:06 +0200
Cc: gen-art@ietf.org, draft-ietf-jsonpath-base.all@ietf.org, jsonpath@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <26B78866-5086-49DA-A347-E594AC02EF00@tzi.org>
References: <169169150183.43222.18081751127010886819@ietfa.amsl.com>
To: last-call@ietf.org
X-Mailer: Apple Mail (2.3731.700.6)
Archived-At: <https://mailarchive.ietf.org/arch/msg/gen-art/Kkr_qAPXUEr7LCWY0NvHMmxgdDw>
Subject: Re: [Gen-art] [Jsonpath] Genart last call review of draft-ietf-jsonpath-base-17
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/gen-art/>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 11 Aug 2023 06:22:33 -0000
On 10. Aug 2023, at 20:18, Linda Dunbar via Datatracker <noreply@ietf.org> wrote: > > The major issue is that this document should not be “Standard Track” […] Others have already gone into the details why this very much should be a standards-track document. Let me just add another data point: We already have a standards-track document that solves a similar problem (identifying individual values within JSON values, i.e., parsed JSON texts), RFC 6901 (JSON Pointer). This is in wide use, also within other IETF standards-track specification. Datatracker finds 13 IETF documents and RFCs with normative references (including JSON Patch, JMAP, and JSCalendar) and 8 documents with informative references. Appendix C to the JSONPath document reviewed here explains how JSON Pointer and JSONPath are related [1]: >> JSONPath is not intended as a replacement for, but as a more powerful companion to, JSON Pointer [RFC6901]. The purposes of the two standards are different. >> JSON Pointer is for identifying a single value within a JSON value whose structure is known. >> JSONPath can […] extract […] values from JSON values whose structure is known only in a general way. … and goes on to discuss conversion between the two. The JSONPath specification not only will bring a common standardized base to the 40+ implementations of JSONPath, it will also be used within our standards-track specifications, both as a tool for expressing them and as a format for interchange of information for more powerful JSON value extraction. Grüße, Carsten [1]: https://www.ietf.org/archive/id/draft-ietf-jsonpath-base-17.html#name-json-pointer
- Re: [Gen-art] Genart last call review of draft-ie… Tim Bray
- Re: [Gen-art] [Jsonpath] Genart last call review … Glyn Normington
- [Gen-art] Genart last call review of draft-ietf-j… Linda Dunbar via Datatracker
- Re: [Gen-art] [Last-Call] Genart last call review… Brian Rosen
- Re: [Gen-art] Genart last call review of draft-ie… James
- Re: [Gen-art] [Last-Call] Genart last call review… Rob Sayre
- Re: [Gen-art] Genart last call review of draft-ie… Murray S. Kucherawy
- Re: [Gen-art] [Jsonpath] Genart last call review … Carsten Bormann
- Re: [Gen-art] Genart last call review of draft-ie… Lars Eggert