178 179 180 181 182 183
# File 'lib/chef/application/apply.rb', line 178 def parse_json if Chef::Config[:json_attribs] config_fetcher = Chef::ConfigFetcher.new(Chef::Config[:json_attribs]) @json_attribs = config_fetcher.fetch_json end end