Searched refs:resourceVal (Results 1 – 1 of 1) sorted by relevance
104 const nlohmann::json &resourceVal = value.at("resourceUnitList"); in ParseFromJson() local105 auto nums = static_cast<int32_t>(resourceVal.size()); in ParseFromJson()107 if (resourceVal.at(i).is_null() || !resourceVal.at(i).is_object()) { in ParseFromJson()111 const nlohmann::json &persistTime = resourceVal.at(i); in ParseFromJson()