-
I installed this module using the standard process (Functionality => Install new modules on a running Backdrop site), but enabling it causes the following error no matter what page I visit:
`Failed…
-
Hi,
Great Library!
But unfortunately, I get an error trying to use the division operator.
Example:
```python
from jsonpath_ng.ext import parse
jsonpath_expr = parse("A / 80", debug=True)
Tr…
-
Let me start off by saying that I really like this library! It's been very helpful in the week or so since I started using it!
But there are a couple of tasks I was trying to do that I don't think …
-
JsonPath describes a "or operation" for list filters that is not implemented in kubectl
I would like to add the possibility to do the following:
`kubectl get deploy -o jsonpath='{.items[?(@.meta…
-
Once the pod has started up, and systemd is considered started, it looks like it tries to locate the node the pod is running on.
However, the search it does is via the pod name 'uyuni', while the tru…
-
This is a bit unusual issue, it's not about coding, but about doing research.
We're currently using [yalp/jsonpath](https://github.com/yalp/jsonpath) as JSONPath backend. It works well, however the…
gavv updated
6 months ago
-
A good writeup is https://github.com/s7clarke10/tap-rest-api-msdk/tree/feature/support_link_list_pagination_tokens#additional-response-styles.
This would make a nice addition to the Code Samples pa…
-
It seems that JSONPATH support is very limited in other databases, and that PostgreSQL is the only one to support complex patterns, e.g.:
```c#
ctx.Entity.Where(e => e.JsonThing.Track.Segments.Any…
-
CC: @wicksipedia @Ben0189
### Description
Several packages have been identified with vulnerabilities in the current project dependencies. These vulnerabilities range from critical to high severity …
-
It would be great to have the `JPath` class and a slightly modified version of its `Evaluate(JToken obj, JsonSelectSettings? settings)` method publicly accessible to be able to use pre-parsed versions…
xhoms updated
2 weeks ago