diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-05-10 11:31:33 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-12 11:09:11 +0900 |
| commit | af799140028d9600c5c799356da9a4f1f31b2e7e (patch) | |
| tree | c6f627f90e41c019f6dd8e54c93d6c0605fedd69 /spec/ruby/core/array/pack/buffer_spec.rb | |
| parent | dc5555d74aa75a61813c9cfba52058624bccc63e (diff) | |
[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
Diffstat (limited to 'spec/ruby/core/array/pack/buffer_spec.rb')
0 files changed, 0 insertions, 0 deletions
