Jean Boussier af79914002 [ruby/json] Favor decimal notation over scientific notation for floats
e.g.
```
JSON.dump(1746861937.7842371)
```

master:
```
"1.https://github.com/ruby/json/commit/746861937784+9"
```

This branch and older json versions:
```
https://github.com/ruby/json/commit/1746861937.7842371
```

In the end it's shorter, and according to `canada.json` benchmark
performance is the same.

https://github.com/ruby/json/commit/866f72a437
2025-05-12 11:09:11 +09:00
..
2025-05-11 23:32:50 +09:00
2025-04-25 13:46:05 -07:00
2025-04-03 20:03:18 +09:00
2025-05-09 17:53:18 +00:00
2025-04-26 10:31:11 +09:00
2025-04-26 11:56:42 +00:00