Created
July 26, 2025 12:42
-
-
Save jryio/fbc3f2f3f1df8530b33ce951e6e6d680 to your computer and use it in GitHub Desktop.
JQ Strucutre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jq -r '[path(..)|map(if type=="number" then "[]" else tostring end)|join(".")|split(".[]")|join("[]")]|unique|map("."+.)|.[]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment