`AnyObject` can be used to represent any type in Swift that is a class.
I want to get Addresses from profile dictionary,but I got the error "type any? has no subscript members" var …
arrays swift dictionary any anyobjectI created an extension on 'Dictionary' to help me parse JSON. The method below helps me do this: func toJSONString() …
ios swift dictionary anyobject