Searched refs:accountJson (Results 1 – 1 of 1) sorted by relevance
1475 std::string accountJson = std::string(accountData, accountSize - 1); in ReadOsAccountInfo() local1476 nlohmann::json jsonObject = nlohmann::json::parse(accountJson, nullptr, false); in ReadOsAccountInfo()