Created
June 3, 2016 02:39
-
-
Save akanehara/17dd9f963bb8ab7f5ea9cb65ead2c0d1 to your computer and use it in GitHub Desktop.
jqで path value の2列の表を作りたい(途中)
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
echo '{"hoge":99, "children":[{"hoge":3},{"hoge":255}]}' | jq -r 'leaf_paths | map(if type=="number" then "["+tostring+"]" else "."+tostring+"" end) | join("")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment