Extend Video Deleted parsing
This commit is contained in:
parent
158c322cda
commit
45fb0d4d71
4 changed files with 52 additions and 5 deletions
|
|
@ -38,6 +38,6 @@ Example getting the stack trace for a specific error message:
|
|||
`jq -r '.[].errors[] | select(.message == "Parsing Error") | .stacktrace' errors.json`
|
||||
|
||||
Or getting all htmls if an error happened in the json:
|
||||
`jq '.[] | select(.errors[]?.message == "Parsing Error") | .errors[].html'`
|
||||
`jq '.[] | select(.errors[]?.message == "Parsing Error") | .errors[].html' errors.json`
|
||||
|
||||
> Use -r when you want to avoid the JSON string quotes around output.
|
||||
Loading…
Add table
Add a link
Reference in a new issue