As someone who has some familiarity with the people and processes, this response seems extremely off to me. > Selection starts from age of 4 Care to share your sources for that? As far as I know most are self taught and…
It looks like JSON doesn't specifically define how numeric numbers should be stored. It just recommends expecting precision up to the double precision limits. Still interesting to know it's not just a jq quirk.
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…
As someone who has some familiarity with the people and processes, this response seems extremely off to me. > Selection starts from age of 4 Care to share your sources for that? As far as I know most are self taught and…
It looks like JSON doesn't specifically define how numeric numbers should be stored. It just recommends expecting precision up to the double precision limits. Still interesting to know it's not just a jq quirk.
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…