class Hash

Public Instance Methods

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