Skip to content

Instantly share code, notes, and snippets.

@adrianmoses
Created April 9, 2018 18:11
Show Gist options
  • Save adrianmoses/c9181b18ea6fc3d79aa45b087ccc3304 to your computer and use it in GitHub Desktop.
Save adrianmoses/c9181b18ea6fc3d79aa45b087ccc3304 to your computer and use it in GitHub Desktop.
Get item 1p with jq
jq '. | {title: .overview.title, url: .overview.url, username: .details.fields[1].value, password: .details.fields[0].value}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment