draft-ietf-jsonpath-base
draft-ietf-jsonpath-base copied to clipboard
Development of a JSONPath internet draft
https://github.com/ietf-wg-jsonpath/draft-ietf-jsonpath-base/pull/125#discussion_r721614374
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":...
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`....
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...
***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...
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...
(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...
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...
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. `$[()]`....
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...