Method: Chef::UserV1.from_json

Defined in:
lib/chef/user_v1.rb

.from_json(json) ⇒ Object



276
277
278
# File 'lib/chef/user_v1.rb', line 276

def self.from_json(json)
  Chef::UserV1.from_hash(Chef::JSONCompat.from_json(json))
end