Created
April 2, 2020 10:59
-
-
Save lordlinus/dd22d458408c451787127746ac3286f2 to your computer and use it in GitHub Desktop.
This file contains 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
cat some.json| jq '. as $in | |
| reduce leaf_paths as $path ({}; | |
. + { ($path | map(tostring) | join(".")): $in | getpath($path) })' | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment