Searched refs:objectJson (Results 1 – 1 of 1) sorted by relevance
181 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate() local182 if (objectJson.is_null()) in getPropertiesForEnumerate()184 objectJson = nlohmann::json::object(); in getPropertiesForEnumerate()189 nlohmann::json& propertyJson = objectJson[name]; in getPropertiesForEnumerate()290 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate() local291 if (objectJson.is_null()) in getManagedObjectsForEnumerate()293 objectJson = nlohmann::json::object(); in getManagedObjectsForEnumerate()300 objectJson[property.first]; in getManagedObjectsForEnumerate()