We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thank you for the nice tool. I am wondering if it is possible to extract all the keys in the json file. That is an equivalent to "jq keys < file.json" https://jqlang.github.io/jq/manual/#keys-keys_unsorted.
The text was updated successfully, but these errors were encountered:
Hi @sabarish-vm ,
I was busy lately - I'll have a look :)
Sorry, something went wrong.
A new version has been released with a new operator (not a flag as jq) -> https://github.com/yamafaktory/jql?tab=readme-ov-file#keys-operator
Hi @yamafaktory,
Thanks a lot 🥳
Successfully merging a pull request may close this issue.
Hi,
Thank you for the nice tool. I am wondering if it is possible to extract all the keys in the json file.
That is an equivalent to "jq keys < file.json" https://jqlang.github.io/jq/manual/#keys-keys_unsorted.
The text was updated successfully, but these errors were encountered: