-
https://github.com/besok/jsonpath-rust provides some functionality that I would like to use, is it possible to implement a JsonLike trait for jsonb's Value?
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
I frequently have to filter JSON output for var…
bahua updated
1 month ago
-
`JPathToken` doesn't seem to handle the escape-character/escape sequence.
For example, `JPathToken` cannot process `$.store.book['o\'clock']`
Some basic escape characters may need to be handle h…
-
Spec is available [here](http://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip). There's a good blog post covering the feature in Postgres [here](http://gmile.me…
-
### Describe the bug.
There is a vulnerability in `jsonpath-plus` on versions earlier than `10.0.7`.
You already merged these two PRs (#1058, #1062), making the `@asyncapi/parser` package migrate t…
-
**Describe the bug**
Including un-indexed fields in FT.SEARCH RETURN, using HIGHLIGHT throws an error
**To reproduce**
1. Create an index for JSON with fields "name" and "description" AS Text…
-
Reference: https://github.com/DiceDB/dice/issues/493#issuecomment-2350824277
![Response Comparison](https://github.com/user-attachments/assets/1b368174-bbdc-493a-9a81-9ef5681efde4)
[Data Link](h…
-
In my company's GraphQL APIs, we can get back some deeply nested json responses with a lot of data, and often we want to perform many different assertions against various parts of the response - ideal…
-
Calling `jsonpath_expression::evaluate()` on a JSON that contains a `json_const_pointer` to a valid second JSON throws "Index on non-array value not supported". The reason seems to be a [non-const cal…
-
**Feature idea.**
Horreum currently uses a different jsonpath dialect for extracting the start and stop in `addRunFromData` than it does for all the Extractors. This effectively adds cognitive comple…