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
Describe the bug
Version of yq: 4.40.2 Operating system: linux Installed via: binary release
Input Yaml Concise yaml document(s) (as simple as possible to show the bug, please keep it to 10 lines or less) data.yml:
a: []
Command The command you ran:
yq eval 'with_entries(select(.key == "a"))' data.yaml --output-format json
Actual behavior
{ "a": null }
Expected behavior
{ "a": [] }
The text was updated successfully, but these errors were encountered:
Fixed empty array json bug #1880
26effdd
Hey thanks for raising! That's a nasty bug - will make a new release shortly.
Sorry, something went wrong.
Fixed in 4.40.3
No branches or pull requests
Describe the bug
Version of yq: 4.40.2
Operating system: linux
Installed via: binary release
Input Yaml
Concise yaml document(s) (as simple as possible to show the bug, please keep it to 10 lines or less)
data.yml:
Command
The command you ran:
Actual behavior
Expected behavior
{ "a": [] }
The text was updated successfully, but these errors were encountered: