# File lib/chef/webui_user.rb, line 115
    def self.json_create(o)
      me = new(o)
      me.admin = o["admin"]
      me
    end