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