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
copy pasted from : https://news.ycombinator.com/item?id=20246727
#!/usr/bin/jq -jf jq -j ' [ [ paths(scalars) | map( if type == "number" then "[" + tostring + "]" else "." + . end ) | join("") ], [ .. | select(scalars) | @json ] ] | transpose | map(join(" = ") + "\n") | join("") '
(just so that if somebody come accross your great project, and wants to do something equivalent without needing npm )
The text was updated successfully, but these errors were encountered:
For those reading this, check the Hacker News thread link above for updated, improved versions of this code.
Sorry, something went wrong.
gron also looks good for this usecase: https://github.com/tomnomnom/gron
i'm also gonna plug my own: https://github.com/jackharrhy/meowj
No branches or pull requests
copy pasted from : https://news.ycombinator.com/item?id=20246727
(just so that if somebody come accross your great project, and wants to do something equivalent without needing npm )
The text was updated successfully, but these errors were encountered: