Searched refs:objectJson (Results 1 – 1 of 1) sorted by relevance
198 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate() local199 if (objectJson.is_null()) in getPropertiesForEnumerate()201 objectJson = nlohmann::json::object(); in getPropertiesForEnumerate()206 nlohmann::json& propertyJson = objectJson[name]; in getPropertiesForEnumerate()319 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate() local320 if (objectJson.is_null()) in getManagedObjectsForEnumerate()322 objectJson = nlohmann::json::object(); in getManagedObjectsForEnumerate()329 objectJson[property.first]; in getManagedObjectsForEnumerate()