# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activeresource-3.0.9/lib/active_resource/formats/json_format.rb, line 20 def decode(json) ActiveSupport::JSON.decode(json) end
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activeresource-3.0.9/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.