dxma / perl5-json-jq

JSON::JQ - jq (https://stedolan.github.io/jq/) library binding
MIT License
5 stars 5 forks source link

BUG on integers #11

Closed sorosj closed 1 year ago

sorosj commented 2 years ago

When an integer, which is longer than 32 bit, is read from a JSON file, it will be truncated to 32 bit.

dxma commented 2 years ago

Thanks for reporting, @retcheverry has provided a PR to fix this. It is now merged. Please give a try and come back to us in case of error.

Cheers,

cmaile commented 2 years ago

@dxma can you update the code on metacpan / provide a new release?

dxma commented 2 years ago

sure, I will cut a new release.