You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I do this:
cat file.json | jq '.'
the jq exit when it met an unexpected line in file.json, can you add some features the skip this or log down the error when parsing a stream ?
I want it parse the whole file although there are some corrupt lines in the file.
The text was updated successfully, but these errors were encountered:
when I do this:
cat file.json | jq '.'
the jq exit when it met an unexpected line in file.json, can you add some features the skip this or log down the error when parsing a stream ?
I want it parse the whole file although there are some corrupt lines in the file.
The text was updated successfully, but these errors were encountered: