Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Created December 4, 2023 01:48
Show Gist options
  • Save szepeviktor/716c1c610acbf1b4114dcd46a3301a78 to your computer and use it in GitHub Desktop.
Save szepeviktor/716c1c610acbf1b4114dcd46a3301a78 to your computer and use it in GitHub Desktop.
jq dot notation
jq -r 'paths(scalars) as $p | ($p | join(".")) + " = " + (getpath($p)|tostring)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment