brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

Fix some errors #183

Closed tenderlove closed 6 years ago

tenderlove commented 6 years ago

This fixes some of the errors I saw in @keithduncan's branch. I included the key freeze optimization, but none of the other optimizations I mentioned.