Skip to content

Instantly share code, notes, and snippets.

@DevoKun
Created March 13, 2019 13:00
Show Gist options
  • Select an option

  • Save DevoKun/aa91a750355284fd8f5702c54d419d9d to your computer and use it in GitHub Desktop.

Select an option

Save DevoKun/aa91a750355284fd8f5702c54d419d9d to your computer and use it in GitHub Desktop.
Join multiple json keys in to a single string using jq
cat my.json | jq '. | "\(.time): \(.descr)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment