I'm trying to parser a json with jq and it gives me these error:
utility jobs:st::get -s "tm=ser&status=failed" | jq '.statuses.cyclic'jq: parse error: Unfinished string at EOF at line 2065, column 11
How could avoid that? I don't se any particular error in that line
"folde": "asfd:",line 2064 "numberOfRuns": 1,"name": "dfsdf","fol": "house",
EDIT------------------------
Problem is that if I execute the command and redirect output to a file and then use jq command I don't have any problem, but if I pipe the jq shows me the error
Thnks