Searched refs:KEY_LABEL (Results 1 – 1 of 1) sorted by relevance
30 const std::string KEY_LABEL = "Label"; variable55 value[KEY_LABEL] = missionInfo.label; in ToJsonStr()124 if (!CheckJsonNode(value, KEY_LABEL, JsonType::STRING)) { in FromJsonStr()127 missionInfo.label = value[KEY_LABEL].get<std::string>(); in FromJsonStr()