class Hash

Public Instance Methods

to_indexed_json(options=nil) click to toggle source
Alias for: to_json
to_json(options=nil) click to toggle source
# File lib/tire/rubyext/hash.rb, line 3
def to_json(options=nil)
  MultiJson.encode(self)
end
Also aliased as: to_indexed_json