aboutsummaryrefslogtreecommitdiff
path: root/textproc/jql/pkg-descr
blob: cfa8337d65e52216fb2e739f35843ca45641b37f (plain) (blame)
1
2
3
4
5
6
7
8
A JSON Query Language CLI tool built with Rust.

Core philosophy:
* Stay lightweight
* Keep features as simple as possible
* Avoid redundancy
* Provide meaningful error messages
* Eat JSON as input, process, output JSON back