Replies: 1 comment 3 replies
-
Hey, thanks for interest in Is this a request about the Rust library or are we talking about the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given an example JSON I would like to be able to take arbitrary structure and extract multiple paths to return results as a flat dictionary. It can be done outside the rsonpath by calling it multiple times, but it would be really inefficient. It would be way better if we would be able to issue API call and collect the results in one go without traversing the data multiple times.
This is an example of the result
The specification of the query could look like (I use JSON for demonstration purposes)
Beta Was this translation helpful? Give feedback.
All reactions