New JSONPath Feature: SelectLocated

New in the jsonpath Go package and Playground: “Located” results that pair selected values with normalized paths to their locations.

❖ Just a Theory

Requesting implementers of JSONPath to consider implementing RFC 9535: https://underlap.org/implementing-jsonpath-rfc-9535

#RFC9535 #JSONPath

Implementing JSONPath RFC 9535

IETF RFC 9535 defines a proposed standard for JSONPath. Other resources: A partial Compliance Test Suite. Behaviours of various implemen...

underlap

The IETF have kindly cross-posted a minor variation of my post to their blog: https://www.ietf.org/blog/jsonpath-rfc/

#IETF #RFC9535 #JSONPath #SoftwareStandards

JSONPath: from blog post to RFC in 17 years

IETF

The JSONPath RFC 9535 has been published.

https://www.rfc-editor.org/rfc/rfc9535.html

That was 17 years since the original JSONPath blog post and a little over three years since a number of us started collaborating on an internet draft.

Read the full story from my perspective here: https://underlap.org/jsonpath-from-blog-post-to-rfc-in-17-years

#SoftwareStandards #IETF #JSONPath #RFC9535

RFC 9535: JSONPath: Query Expressions for JSON

JSONPath defines a string syntax for selecting and extracting JSON (RFC 8259) values from within a given JSON value.