draft-ietf-jsonpath-base icon indicating copy to clipboard operation
draft-ietf-jsonpath-base copied to clipboard

Development of a JSONPath internet draft

Results 27 draft-ietf-jsonpath-base issues
Sort by recently updated
recently updated
newest added

https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-base/pull/125#discussion_r721614374

revisit-after-base-done

A gentleman by the username of gregsdennis on Stack Overflow suggested I raise this issue here for consideration into the specification: https://stackoverflow.com/questions/67477431/json-path-is-there-a-way-to-only-return-a-specific-number-of-filtered-elements/67477600 Given an object like this: ` { "store":...

enhancement
revisit-after-base-done

For JSON Schema, I'm exploring Spectral which uses JSON Path to identify nodes that need rules applied to them. I'm having trouble isolating the root object when `type` is `object`....

enhancement
revisit-after-base-done
extension

I was writing up documentation for my own implementation, and I wanted a favicon so that I could find the browser tab easily. Rather than something random, I felt it...

revisit-after-base-done

***NOTE** I definitely think support for this proposal should **not** be part of the initial release but should be considered for follow-up releases. I had the idea and wanted to...

enhancement
revisit-after-base-done

I have added, what I will call, JsonInclude support to the the json-everything library. At Greg's suggestion, I am opening this issue to see if there is interest in the...

enhancement
revisit-after-base-done

(Spin-off from #120:) Discuss: `@.color in $..allowed_color` We make sure that the paths on the LHS only yield a single node; the paths on the RHS may yield multiple nodes...

revisit-after-base-done

First of all, thanks for the standardization efforts! Unless I am missing something, the current draft (https://datatracker.ietf.org/doc/html/draft-ietf-jsonpath-base-01) allows filtering only in the context of child selection. I understand the semantics...

revisit-after-base-done

This discussion branches off of #88 primarily but the idea has also been discussed elsewhere (#17 & #57). This issue covers the parenthetical bracket notation without the `?`, e.g. `$[()]`....

revisit-after-base-done

In the [W3C Web of Things](https://www.w3.org/WoT/), we have been working on a new standard for Discovery (which looks up metadata about IoT devices encoded in JSON-LD files) that includes JSON...

help wanted
revisit-after-base-done