Skip to main content

Concluded WG JSON Path (jsonpath)

Note: The data for concluded WGs is occasionally incorrect.

WG Name JSON Path
Acronym jsonpath
Area Applications and Real-Time Area (art)
State Concluded
Charter charter-ietf-jsonpath-01 Approved
Document dependencies
Additional resources GitHub Organization
Zulip stream
Personnel Chairs James Gruessing, Tim Bray
Area Director Francesca Palombini
Mailing list Address jsonpath@ietf.org
To subscribe https://www.ietf.org/mailman/listinfo/jsonpath
Archive https://mailarchive.ietf.org/arch/browse/jsonpath/

Closing note for Working Group

The JSONPATH working group has completed work on all its adopted documents. Thank you to the chairs for driving the work and the working group editors and participants for their diligent efforts to complete the goals of this working group. The working group mailing list will remain open.

Final Charter for Working Group

JSONPath is a syntax, originally based on the XML "XPath" design,
which selects fields and values from a JSON document. It is
used in a variety of applications which rely on JSON message
formats.

JSONPath was originally described by Stefan Goessner [1] but has
never had an official specification of any kind, and the 39+
implementations, while mostly compatible, differ in certain
behaviors.

Note that while JSON Pointer (RFC 6901) is already standardised, it is
designed to provide a reference to a single, specific part of a JSON
document, whereas JSONPath provides the ability to query a document
and potentially return multiple values.

The WG will develop a standards-track JSONPath specification that
is technically sound and complete, based on the common semantics
and other aspects of existing implementations. Where there are
differences, the working group will analyze those differences and
make choices that rough consensus considers technically best, with
an aim toward minimizing disruption among the different JSONPath
implementations.

Possible input documents are:

[1] https://goessner.net/articles/JsonPath/

Done milestones

Date Milestone Associated documents
Done Standards Track document defining JSON Path to the IESG draft-ietf-jsonpath-base
Done Submit "iregexp" specification to the IESG draft-ietf-jsonpath-iregexp