Method: Chef::UserV1#to_json

Defined in:
lib/chef/user_v1.rb

#to_json(*a) ⇒ Object



133
134
135
# File 'lib/chef/user_v1.rb', line 133

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