-
The following code:
```python
from jsonpath_ng import parse
jsonpath_expr = parse('$..*')
[f"{match.path}" for match in jsonpath_expr.find({"list":[{"prop1":"val1"},{"prop2":"val2"}]})]
```
retu…
-
We need to turn on auto-rejection (not forward errors to SHIN-NY) and set up a new Business Operations (BizOps) Feature Flags infrastructure in our Help Desk. This infrastructure will allow applicatio…
-
Concerns
- JSONPath: security issues
- 2.1 breaking change
Structure of PE spec
- base: simple stuff
- features: advanced, under-defined
Structurally better to have jsonpointer at the base l…
-
Thank you for the library.
Do you think adding ability to filter the json contents interactively.
Fits in the scope for json-tui?
https://github.com/brunerd/jsonpath?tab=readme-ov-file#jsonpath-s…
-
What should I do to include [github.com/SteelBridgeLabs/jsonpath](https://github.com/SteelBridgeLabs/jsonpath) in the report?
-
The StepFunctions implementation of JsonPath allow us to filter elements using the `?()` syntax.
When I try to test a state machine that use a filter, the validation fails and if I try to bypass the …
-
Where a mapper supports object queries like:
```python
mapper.offsets[("people", 0, "name")]
```
Add polymorphic support for JSONPath strings as well:
```python
mapper.offsets["people.0.na…
-
Hey, I've lost a bit track of the developments over at https://github.com/jsonpath-standard. However, I understand that while Proposal A was a good start for a discussion, we have since moved on and i…
-
```
Specify that you can set the pathSyntax:
RestAssured.pathSyntax = JSON_PATH;
RestAssured.pathSyntax = GROOVY;
JSON_PATH requires http://code.google.com/p/json-path/ in CP (optional
dependency) …
-
IETF [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) defines a proposed standard for JSONPath. Other resources:
* A partial [Compliance Test Suite](https://github.com/jsonpath-standard/jsonpath-…