Thanks for your response. I figured the way to parse the json structure.
I declared confirmresult as Dictionary type , then i was able to access the status value inside confirmResult.
if let confirmresult = jsonresponse["confirmResult"] as? Dictionary<String,Any> {
}
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Tags: