Migrate fetch
commands to use the jaq
crate used by the json
command and remove jql
dependency
#1981
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request. Once marked with this label, its in the backlog.
The
json
command'sjaq
crate usesjq
syntax & semantics and is only a tad slower thatjql
.Since
jq
is widely used for json-wrangling, upgradefetch
commands so it usesjaq
instead.cc @rzmk
The text was updated successfully, but these errors were encountered: