# File lib/vagrant_cloud/client.rb, line 67 def parse_json(string) JSON.parse(string) rescue JSON::ParserError raise if string != 'null' end