Type Aliases
The following type aliases are available globally.
-
A dictionary matching the JSON standard.
Declaration
Swift
public typealias JSONObject = [String : Any]
-
An array matching the JSON standard on JSON arrays.
Declaration
Swift
public typealias JSONArray = [Any]