Skip to content

Instantly share code, notes, and snippets.

@lordlinus
Created April 2, 2020 10:59
Show Gist options
  • Save lordlinus/dd22d458408c451787127746ac3286f2 to your computer and use it in GitHub Desktop.
Save lordlinus/dd22d458408c451787127746ac3286f2 to your computer and use it in GitHub Desktop.
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