Skip to content

Instantly share code, notes, and snippets.

@lemajes
Created June 22, 2021 16:53
Show Gist options
  • Save lemajes/3afce6662733858e5af1c4c7d43e5440 to your computer and use it in GitHub Desktop.
Save lemajes/3afce6662733858e5af1c4c7d43e5440 to your computer and use it in GitHub Desktop.
[JQ 101] JQ 101 #jq #101

JQ 101

  • Find path of specific value cat myfile.json|jq '[paths as $path | select(getpath($path) == "myvalue") | $path]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment