Skip to content

Instantly share code, notes, and snippets.

@ipleten
Created August 17, 2020 21:21
Show Gist options
  • Save ipleten/3b978c8afd28e17bd198a3d431e3b0a9 to your computer and use it in GitHub Desktop.
Save ipleten/3b978c8afd28e17bd198a3d431e3b0a9 to your computer and use it in GitHub Desktop.
json all paths
cat json.flie | jq 'path(..) | [.[] | tostring ] | join("/") '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment