-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Alternative jq implementations
pkoppstein edited this page Aug 30, 2022
·
7 revisions
-
gojq - "Pure Go implementation of jq", go
- pros and cons are discussed at Regarding gojq
- jaq - "A jq clone focussed on fast startup and simplicity", rust
- micro-jq - "A small implementation of JQ", JavaScript
- xq - "Pure rust implementation of jq" (WIP as of August 2022)
- yq - yq uses jq-like syntax but works with yaml files as well as json, xml, properties, csv and tsv.
- Home
- FAQ
- jq Language Description
- Cookbook
- Modules
- Parsing Expression Grammars
- Docs for Oniguruma Regular Expressions (RE.txt)
- Advanced Topics
- Guide for Contributors
- How To
- C API
- jq Internals
- Tips
- Development