We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to parse a file with !!binary data:
example: !!binary SGVsbG8gd29ybGQhCg==
yq fails with:
yq: Error running jq: TypeError: Object of type bytes is not JSON serializable. parse error: Unfinished JSON term at EOF at line 1, column 12
Adding -y or -Y doesn't help (although prevents the second line from being printed).
-y
-Y
The text was updated successfully, but these errors were encountered:
6240c0a
Thank you for reporting. Fixed in v2.14.0.
Sorry, something went wrong.
No branches or pull requests
When trying to parse a file with !!binary data:
yq fails with:
Adding
-y
or-Y
doesn't help (although prevents the second line from being printed).The text was updated successfully, but these errors were encountered: