Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save omar-yassin/7ae39da34fb6488f9d76b224a3e2593b to your computer and use it in GitHub Desktop.
Save omar-yassin/7ae39da34fb6488f9d76b224a3e2593b to your computer and use it in GitHub Desktop.
JQ: Hyphen/-/Special Chars in Keys
Does't work:
jq '.foo.dude-yes'
Works
jq '.foo["dude-yes"]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment