# File lib/chef/cookbook/metadata.rb, line 432 def self.from_json(string) o = JSON.parse(string) self.from_hash(o) end