Replies: 1 comment 1 reply
-
Implemented via #470 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to offer built-in support for querying with JSONPath or JSONPath-Plus, alongiside the already built-in JMESPath, JavaScript, and Lodash query languages.
https://www.npmjs.com/package/jsonpath (stale?)
https://www.npmjs.com/package/jsonpath-plus (active)
I'm not sure if we should bundle it in the browser bundle by default, since the JSONPath parser is relatively large (about 33 KB when minified and gzipped), but we could allow importing and loading it optionally via ESM.
Anyone interested in working out a JSONPath plugin?
Beta Was this translation helpful? Give feedback.
All reactions