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