Method: Chef::Node#to_json

Defined in:
lib/chef/node.rb

#to_json(*a) ⇒ Object

Serialize this object as a hash



542
543
544
# File 'lib/chef/node.rb', line 542

def to_json(*a)
  Chef::JSONCompat.to_json(for_json, *a)
end