# File lib/active_resource/formats/json_format.rb, line 20
20: def decode(json)
21: ActiveSupport::JSON.decode(json)
22: end
# File lib/active_resource/formats/json_format.rb, line 16
16: def encode(hash, options = nil)
17: ActiveSupport::JSON.encode(hash, options)
18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.