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