# File lib/active_resource/formats/json_format.rb, line 20 def decode(json) Formats.remove_root(ActiveSupport::JSON.decode(json)) end
# File lib/active_resource/formats/json_format.rb, line 16 def encode(hash, options = nil) ActiveSupport::JSON.encode(hash, options) end
Generated with the Darkfish Rdoc Generator 2.