Comment 2 for bug 1755236

Revision history for this message
Michele Baldessari (michele) wrote :

Ok so this is a jq bug:
# echo '{"id" : 1241000000}' | jq '.'
{
  "id": 1.241e+09
}

See also the following issues:
https://github.com/stedolan/jq/issues/218
https://github.com/stedolan/jq/issues/627
https://github.com/stedolan/jq/issues/178
https://github.com/stedolan/jq/issues/143

It does not seem that this will be fixed anytime soon