Skip to content

Instantly share code, notes, and snippets.

@christian-blades-cb
Created January 23, 2023 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christian-blades-cb/ed1a3d7d7bfa2f520221a4f138de1adb to your computer and use it in GitHub Desktop.
Save christian-blades-cb/ed1a3d7d7bfa2f520221a4f138de1adb to your computer and use it in GitHub Desktop.
jq flattem
{ "blue": { "up": 12, "down": 0} }
[leaf_paths as $path | {"key": $path | join("_"), "value": getpath($path)}] | from_entries
{
  "blue_up": 12,
  "blue_down": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment