The query language for JSON #1065
Jay-Karia
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
⚡ JQLite - A query language for JSON
Created a simple query language in Typescript.
Features:
Here's an example to get the list of all delivered items.
$.orders[?(@.status.#equals('delivered'))][*].items
Documentation site: https://jqlite.vercel.app/
GitHub: https://github.com/Jay-Karia/jqlite
NPM Package: https://www.npmjs.com/package/jqlite-ts
Data source for the query: https://jqlite.vercel.app/demo.json
⭐ Leaving a star is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions