# File lib/chef/json_compat.rb, line 39 def from_json(source, opts = {}) ::JSON.parse(source, opts_add_max_nesting(opts)) end