Parses a JSON string or IO and convert it into an object
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/json/backends/yajl.rb, line 11 def decode(json) data = ::Yajl::Parser.new.parse(json) if ActiveSupport.parse_json_times convert_dates_from(data) else data end end
Generated with the Darkfish Rdoc Generator 2.