Dictionary
struct Dictionary<Key, Value> where Key : Hashable
Encode JSON objects to Data
-
Undocumented
Declaration
Swift
func queryString() -> String -
Quickly encode json dictionary to JSON-ed Data
Declaration
Swift
func encode() -> Data?
View on GitHub
Dictionary Extension Reference