|
|
|
|
|
by yonatank
2752 days ago
|
|
Just a heads up to anyone using jq -
I've previously spent a couple of hours debugging a problem because jq uses float64 to store integers (which might lead to rounding-errors/overflows).
For example: echo 1152921504606846976 | jq
1152921504606847000
|
|
See https://www.ecma-international.org/ecma-262/6.0/#sec-ecmascr...