General

Profile

spuyet (Sébastien Puyet)

  • Login: spuyet
  • Registered on: 08/10/2017
  • Last sign in: 10/25/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

10/25/2017

02:01 PM Ruby Bug #14054 (Rejected): Json parser bug
Hello,
When i do:
```ruby
JSON.parse("true") # => JSON::ParserError: 784: unexpected token at 'true'
true.to_json # => "true"
```
The "true" or even "false" are valid according to the JSON standard (https://tools.ietf.org/htm...
spuyet (Sébastien Puyet)

Also available in: Atom