尝试直接 hash.to_json 报 undefined method `to_json' for {"a"=>1}:Hash (NoMethodError) 于是 sudo gem install json Fetching: json-1.7.5.gem (100%) Building native extensions. This could take a while... Successfully installed json-1.7.5 1 gem installed Installing ri documentation for json-1.7.5... Installing RDoc documentation for json-1.7.5...
require 'json' 报 main.rb:3:in `require': no such file to load -- json (LoadError)
然后我就没辙了,求解。