Xcode – How can i add specific JSON value to another array in Swift?
I'm new in IOS programming. I have a json array described with code below. let json = try JSONSerialization.jsonObject(with: data!, options: .mutableContainers) as? NSDictionary print("json: (String(describing: json))") Output of code is; json: Optional({ vendors = ( { firm = "XXX…