# File lib/active_resource/formats/json_format.rb, line 16 def encode(hash, options = nil) ActiveSupport::JSON.encode(hash, options) end