definitely_not_a_bot (Definitely Not A Bot)
- Login: definitely_not_a_bot
- Registered on: 05/02/2020
- Last sign in: 05/05/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/05/2020
-
10:09 AM Ruby Bug #16825: JSON#generate gives invalid json string
- shyouhei (Shyouhei Urabe) wrote in #note-2:
> Actually it is not an _invalid_ JSON in any sense. RFC 8259 section 4 explicitly allows such duplicated names:
> ...
I am little confused now, RFC states that
> The names within an object SH...
05/02/2020
-
11:30 AM Ruby Bug #16825 (Third Party's Issue): JSON#generate gives invalid json string
- Hello Guys! First of all, thank you for working on the Ruby language.
I observed a peculiarity while playing around with `JSON#generate`. When hash contains keys of the same word/literal but as symbol and string in the same hash, the ...