jq and JSONPath are awesome projects, and JQLite is not a replacement for existing tools, but a learning project.
- 2 Posts
- 8 Comments
jay0072007@programming.devOPto
Programming@programming.dev•JQLite - The query language for JSON
1·8 months agoJQLite is not any replacement for existing tools, it’s just a learning/hobby project.
jay0072007@programming.devOPto
Programming@programming.dev•JQLite - The query language for JSON
22·8 months agoThat’s actually great to query JSON with SQL! But as you can see the example from DuckDB is quite complex and unreadable as well.
And I have made this project for learning purpose and to challenge myself.
However, Thanks for sharing the project.
jay0072007@programming.devOPto
Programming@programming.dev•JQLite - The query language for JSON
91·8 months ago100% 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.
jay0072007@programming.devOPto
Programming@programming.dev•JQLite - The query language for JSON
51·8 months agoThanks for sharing the project! JQLite is aimed to run in browsers and node, but will definitely take inspiration from “jq”.
jay0072007@programming.devOPto
Programming@programming.dev•JQLite - The query language for JSON
5·8 months agoThat’s a great project! JQLite is mainly focused on query-style approach. Also it’s a hobby project for learning parsers and stuff.
jay0072007@programming.devOPto
Programming@programming.dev•JQLite - The query language for JSON
3·8 months agoThanks for your suggestion! It’s definitely something I’ll look into.

Thanks for your feedback! Will definitely look forward and add the missing features.