Method: Chef::Role#to_json

Defined in:
lib/chef/role.rb

#to_json(*a) ⇒ Object

Serialize this object as a hash



157
158
159
# File 'lib/chef/role.rb', line 157

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