Created
April 9, 2018 18:11
-
-
Save adrianmoses/c9181b18ea6fc3d79aa45b087ccc3304 to your computer and use it in GitHub Desktop.
Get item 1p with jq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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