Class Hashie::Hash
In: lib/hashie/hash.rb
Parent: Hash

A Hashie Hash is simply a Hash that has convenience functions baked in such as stringify_keys that may not be available in all libraries.

Methods

to_hash   to_json  

Included Modules

Hashie::HashExtensions

Public Instance methods

Converts a mash back to a hash.

The C geneartor for the json gem doesn‘t like mashies

[Validate]