2014年7月14日
摘要: require 'multi_json'MultiJson.load('{"abc":"def"}') #=> {"abc" => "def"}MultiJson.load('{"abc":"def"}', :symbolize_keys => true) #=> {:abc => "def"}Mu... 阅读全文
posted @ 2014-07-14 16:22 qinyan20 阅读(400) 评论(0) 推荐(0) 编辑