brianmario/yajl-ruby

parses "nul" and "nu" and "n" as nil

Opened this issue · 0 comments

ruby -r 'yajl/json_gem' -e 'p JSON.parse("nul")'
#=> nil

Trailing space helps, btw :)