Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch & fetchpost: replace jql with jaq #2222

Merged
merged 7 commits into from
Oct 20, 2024
Merged

Conversation

jqnatividad
Copy link
Collaborator

jaq was introduced with the json command, which has the same functionality as jql.

jaq is a jq clone, which is a widely used JSON parser.

So just standardize on jaq for the qsv suite and remove jql.

Resolves #1981

@jqnatividad jqnatividad merged commit fa14a58 into master Oct 20, 2024
15 checks passed
@jqnatividad jqnatividad deleted the 1981-replace-jql-with-jaq branch October 22, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate fetch commands to use the jaq crate used by the json command and remove jql dependency
1 participant