Post

Replies

Boosts

Views

Activity

Comment on jsonserialization with nested object
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> { }
Replies
Boosts
Views
Activity
May ’22