Extensions
The following extensions are available globally.
-
Extension to allow deserialization of object from JSON data
See moreDeclaration
Swift
protocol Decodable
-
Encodable Extension to allow serialization to JSON objects
See moreDeclaration
Swift
protocol Encodable
-
Encode JSON objects to Data
See moreDeclaration
Swift
struct Dictionary<Key, Value> where Key : Hashable
-
Adding utility methods to URLRequest
See moreDeclaration
Swift
struct URLRequest : ReferenceConvertible, Equatable, Hashable