Hacker News new | ask | show | jobs
by DanielRibeiro 5449 days ago
I recommend using Hashie::Mash[1] and turn all those hashes into objects, just like those you get when you parse the json in Javascript. This is how ruby's twitter[2] client handles json data.

[1] https://github.com/intridea/hashie

[2] http://twitter.rubyforge.org/

1 comments

Good idea, Daniel. Hashr is a tip too: https://github.com/svenfuchs/hashr :)