11
The query language for JSON
(programming.dev)
Thanks for sharing the project! JQLite is aimed to run in browsers and node, but will definitely take inspiration from "jq".
That's a great project! JQLite is mainly focused on query-style approach. Also it's a hobby project for learning parsers and stuff.
Thanks for your suggestion! It's definitely something I'll look into.
100% agreed. It's just a learning/hobby project, to know more about parsers, and how languages work. Some of the features like Wildcard, Multiple key selection/omission comes handy, and might add more features like that.