goh (Goh Matsumoto)
- Login: goh
- Registered on: 10/08/2017
- Last sign in: 02/12/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/23/2023
-
03:11 PM Ruby Bug #19686 (Closed): BigDecimal object returns JSON string
- Hi,
When I call the `to_json` method to the BigDecimal object, it returns a JSON string.
Is this intentional?
```
> ruby -v -rbigdecimal -rjson -e 'p BigDecimal("1.2").to_json'
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64...