750 751 752
# File 'lib/chef/resource.rb', line 750 def self.from_json(j) from_hash(Chef::JSONCompat.parse(j)) end