Skip to content

Instantly share code, notes, and snippets.

@gerrard00
Created November 25, 2020 18:35
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 gerrard00/43874a53c1b294f77ef43f5e1f4e1cc9 to your computer and use it in GitHub Desktop.
Save gerrard00/43874a53c1b294f77ef43f5e1f4e1cc9 to your computer and use it in GitHub Desktop.
Random JQ Examples
# find all paths to a given key recursively
jq 'paths | select(.[-1] == "lastUpdateTime")' persistence-sore-service.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment