ruby-rash

Simple extension to hashie::mash for rubyified keys
  http://github.com/tcocca/rash
  0
  no reviews



Rash is an extension to hashie. rash subclasses hashie::mash to convert all keys in the hash to underscore

the purpose of this is when working w/ java (or any other apis) that return hashes (including nested) that have camelcased keys

you will now be able to access those keys through underscored key names (camelcase still available)