Method: Chef::Resource#to_json

Defined in:
lib/chef/resource.rb

#to_json(*a) ⇒ Object

Serialize this object as a hash



715
716
717
718
# File 'lib/chef/resource.rb', line 715

def to_json(*a)
  results = as_json
  Chef::JSONCompat.to_json(results, *a)
end