8   this->
id = json[
"id"].asUInt64();
 
    9   this->
first_name = json[
"first_name"].asString();
 
   10   this->
last_name = json[
"last_name"].asString();
 
   11   this->
username = json[
"username"].asString();
 
   22     return(this->first_name);
 
   27     return(this->last_name);
 
   32     return(this->username);
 
std::string getLastName()
 
std::string getUserName()
 
std::string getFirstName()