def __check_gift_json(self): check_file(self.gift_json)
def check_json(self, path): return check_file(path)
def __check_user_json(self): check_file(self.user_json)