Skip to content

Backport PR#1752 to fix an integer logic issue

Davide Cavalca requested to merge dcavalca/jq:big-integer into c9s

Merge Request Required Information

Summary of Changes

This fixes the issue reported in https://bugzilla.redhat.com/show_bug.cgi?id=2008983 that impacts big integers. With this applied:

$ echo '{"a":9011153322235679}' | jq '.a'
9011153322235679

which confirms the issue is resolved.

Approved Bugzilla Ticket

https://bugzilla.redhat.com/show_bug.cgi?id=2008983

Merge request reports