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
jq prints 1.7976931348623157e+308 for infinite and null for NaN
1.7976931348623157e+308
% jq -n 'infinite, infinite/infinite' 1.7976931348623157e+308 null % java -jar jackson-jq-cli-1.0.0-preview.20191208.jar -n -- 'infinite, infinite/infinite' "Infinity" "NaN"
The text was updated successfully, but these errors were encountered:
Perhaps jq should change here? null and NaN are quite different IMO.
Funny though.
Sorry, something went wrong.
Fix outputting NaN and Infinities to be jq compatible (fix eiiches#62)
4680675
Merge pull request #246 from itchyny/fix-output-nan-infinite-results
f838b67
Fix outputting NaN and Infinities to be jq compatible (fix #62)
Successfully merging a pull request may close this issue.
jq prints
1.7976931348623157e+308
for infinite and null for NaNThe text was updated successfully, but these errors were encountered: