-
### Nuget Package
JsonPath.Net
### Package Version
1.1.6
### Operating System
Windows
### .Net Target (if relevant, please specify the version in the description)
.Net (5 or after)
### A clear…
-
Hi,
I'd like to request JsonPath support for querying the JsonDocument/JsonElement classes. JsonPath provides similar capability to XPath (and even Sql) in that it allows queries to be performed…
-
https://kubernetes.io/docs/tutorials/services/source-ip/
in the Source IP for Services with Type=NodePort section
```
NODES=$(kubectl get nodes -o jsonpath='{ $.items[*].status.addresses[?(@.type=…
-
Thank you for the plugin. It is amazing!
Wouldn't be very nice to have jsonpath integrated, so in telescope list we could copy the path. May be even from quickfix list.
Thanks.
-
Hello maintainers,
I would like to report a vulnerability in the jsonpath-plus dependency used by this project. The vulnerability is identified as CVE-2024-21534 and could potentially impact the se…
-
I was trying to implement the spec as part of Apigee's [apigee-go-gen](https://github.com/apigee/apigee-go-gen) tool, and ran into this issue while creating some test cases.
The example JSON Path…
-
#### Is your Feature Request Related to a Problem?
The python package which Morph KGC uses is limited specially it does not support `union , or | ` operator. Now, better python tools are available.
…
-
Quite a few JSONPath implementations support "terminal tilde" notation to extract object keys (rather than values), but I have come across issues raised on a few, that do NOT support the "terminal til…
-
I'm planning to use jsonpath in a project where I need to modify the matches. As far as I can see jsonpath is only able to return references, not mutable references to the data.
-
This is related to #324
We currently support accessing configuration values using a JSONPath-style access pattern
We want to support this in the future as well.