Re: [dispatch] [Json] draft-goessner-dispatch-jsonpath-00.txt
Mario Loffredo <mario.loffredo@iit.cnr.it> Tue, 14 July 2020 07:37 UTC
Return-Path: <mario.loffredo@iit.cnr.it>
X-Original-To: dispatch@ietfa.amsl.com
Delivered-To: dispatch@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B6FFD3A11D9; Tue, 14 Jul 2020 00:37:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] 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 ojXb8ROAvs2H; Tue, 14 Jul 2020 00:37:02 -0700 (PDT)
Received: from smtp.iit.cnr.it (mx4.iit.cnr.it [146.48.98.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 753A73A1313; Tue, 14 Jul 2020 00:36:48 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by smtp.iit.cnr.it (Postfix) with ESMTP id 52B0FB80272; Tue, 14 Jul 2020 09:36:46 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at mx4.iit.cnr.it
Received: from smtp.iit.cnr.it ([127.0.0.1]) by localhost (mx4.iit.cnr.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b4PCMrv_Hk_Y; Tue, 14 Jul 2020 09:36:43 +0200 (CEST)
Received: from [192.12.193.108] (pc-loffredo.nic.it [192.12.193.108]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by smtp.iit.cnr.it (Postfix) with ESMTPSA id 1DDBEB80227; Tue, 14 Jul 2020 09:36:43 +0200 (CEST)
To: Tim Bray <tbray@textuality.com>, dispatch@ietf.org
Cc: cbor@ietf.org, JSON WG <json@ietf.org>
References: <159467093010.19477.7181341398452455173@ietfa.amsl.com> <77B617C1-2148-4AE6-8428-DAD43D01FBC5@tzi.org> <CAHBU6iuwknJ3WxPqbtqKLTwKdWV6JKnak8zB-6GohGidGdJVQQ@mail.gmail.com>
From: Mario Loffredo <mario.loffredo@iit.cnr.it>
Message-ID: <467d225e-6dcf-4e5f-1101-27e4c074c6af@iit.cnr.it>
Date: Tue, 14 Jul 2020 09:33:53 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
MIME-Version: 1.0
In-Reply-To: <CAHBU6iuwknJ3WxPqbtqKLTwKdWV6JKnak8zB-6GohGidGdJVQQ@mail.gmail.com>
Content-Type: multipart/alternative; boundary="------------884645419007A2EC64A0E4E8"
Content-Language: it
Archived-At: <https://mailarchive.ietf.org/arch/msg/dispatch/duaT4lGMUv-n_ci5pdmSlJ-0SxE>
Subject: Re: [dispatch] [Json] draft-goessner-dispatch-jsonpath-00.txt
X-BeenThere: dispatch@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DISPATCH Working Group Mail List <dispatch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dispatch>, <mailto:dispatch-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dispatch/>
List-Post: <mailto:dispatch@ietf.org>
List-Help: <mailto:dispatch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dispatch>, <mailto:dispatch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 14 Jul 2020 07:37:05 -0000
Il 14/07/2020 07:31, Tim Bray ha scritto: > During my time at AWS I worked very heavily with JSONPath and lamented > a useful referenceable spec. I would be happy to invest cycles into > this work. There currently isn't a JSON working group but I suppose it > wouldn't be too hard to reconstitute it for this purpose. +1 Mario > > On Mon, Jul 13, 2020 at 10:14 PM Carsten Bormann <cabo@tzi.org > <mailto:cabo@tzi.org>> wrote: > > (Reply-To set to dispatch@ietf.org <mailto:dispatch@ietf.org>) > > I would like to initiate discussion for > draft-goessner-dispatch-jsonpath: > > https://www.ietf.org/id/draft-goessner-dispatch-jsonpath-00.html > > It says: > > > This document picks up the popular JSONPath specification dated > > 2007-02-21 and provides a more normative definition for it. > > It is intended as a submission to the IETF DISPATCH WG, in order to > > find the right way to complete standardization of this > specification. > > In its current state, it is a strawman document showing what > needs to > > be covered. > > (For some reason the abstract landed in the Contributing note; > typical Internet-Draft deadline day botch.) > > This is a widely implemented specification that has been around > for more than a decade; now may be a good opportunity to finally > go ahead and turn it into a proper Internet standards document. > The immediate cause for writing this up now is that some IoT > discovery work (some of which happens in W3C) can make good use of > JSONPath. Clearly, we already have JSON Pointer (RFC 6901) for a > more limited set of applications; the specification would do good > in defining how these two fit together. > > There is no active WG that immediately fits this work. > > Eventually CDDL may pick JSONPath up in the form of a predicate > operator; this might make the CBOR WG the right group (which > probably would then go ahead and write up another specification > that makes JSONPath useful for querying CBOR instances that go > beyond the JSON generic data model). > > Reopening the JSON WG may be another approach, as may be creating > a short-lived targeted WG. > > Please discuss! > > Grüße, Carsten > > > > > Begin forwarded message: > > > > From: internet-drafts@ietf.org <mailto:internet-drafts@ietf.org> > > Subject: New Version Notification for > draft-goessner-dispatch-jsonpath-00.txt > > Date: 2020-07-13 at 22:08:50 CEST > > To: "Stefan Gössner" <stefan.goessner@fh-dortmund.de > <mailto:stefan.goessner@fh-dortmund.de>>, "Stefan Gossner" > <stefan.goessner@fh-dortmund.de > <mailto:stefan.goessner@fh-dortmund.de>>, "Carsten Bormann" > <cabo@tzi.org <mailto:cabo@tzi.org>> > > > > > > A new version of I-D, draft-goessner-dispatch-jsonpath-00.txt > > has been successfully submitted by Carsten Bormann and posted to the > > IETF repository. > > > > Name: draft-goessner-dispatch-jsonpath > > Revision: 00 > > Title: JSONPath -- XPath for JSON > > Document date: 2020-07-12 > > Group: Individual Submission > > Pages: 14 > > URL: > https://www.ietf.org/internet-drafts/draft-goessner-dispatch-jsonpath-00.txt > > Status: > https://datatracker.ietf.org/doc/draft-goessner-dispatch-jsonpath/ > > Htmlized: > https://tools.ietf.org/html/draft-goessner-dispatch-jsonpath-00 > > Htmlized: > https://datatracker.ietf.org/doc/html/draft-goessner-dispatch-jsonpath > > > > > > Abstract: > > insert abstract here > > > > > > > > > > Please note that it may take a couple of minutes from the time > of submission > > until the htmlized version and diff are available at > tools.ietf.org <http://tools.ietf.org>. > > > > The IETF Secretariat > > > > > > _______________________________________________ > json mailing list > json@ietf.org <mailto:json@ietf.org> > https://www.ietf.org/mailman/listinfo/json > > > _______________________________________________ > json mailing list > json@ietf.org > https://www.ietf.org/mailman/listinfo/json -- Dr. Mario Loffredo Systems and Technological Development Unit Institute of Informatics and Telematics (IIT) National Research Council (CNR) via G. Moruzzi 1, I-56124 PISA, Italy Phone: +39.0503153497 Mobile: +39.3462122240 Web: http://www.iit.cnr.it/mario.loffredo
- [dispatch] draft-goessner-dispatch-jsonpath-00.txt Carsten Bormann
- Re: [dispatch] [Json] draft-goessner-dispatch-jso… Tim Bray
- Re: [dispatch] [Json] draft-goessner-dispatch-jso… Mario Loffredo
- Re: [dispatch] [Json] draft-goessner-dispatch-jso… Brian Rosen
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Martin Thomson
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Brian Rosen
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Kévin Dunglas
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Carsten Bormann
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Brian Rosen
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Glyn Normington
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Davide Bettio
- Re: [dispatch] draft-goessner-dispatch-jsonpath-0… Carsten Bormann
- Re: [dispatch] [Jsonpath] draft-goessner-dispatch… Murray S. Kucherawy
- Re: [dispatch] [Jsonpath] draft-goessner-dispatch… Mark Nottingham
- Re: [dispatch] [Jsonpath] draft-goessner-dispatch… Murray S. Kucherawy
- Re: [dispatch] [Jsonpath] draft-goessner-dispatch… Mark Nottingham
- Re: [dispatch] [Jsonpath] draft-goessner-dispatch… Tim Bray
- Re: [dispatch] [Jsonpath] draft-goessner-dispatch… Murray S. Kucherawy