method
encode
encode(hash, options = nil)
public
Hide source
# File activeresource/lib/active_resource/formats/json_format.rb, line 14 def encode(hash, options = nil) ActiveSupport::JSON.encode(hash, options) end