Dictionary
struct Dictionary<Key : Hashable, Value> : CollectionType, DictionaryLiteralConvertible
-
Encodes the reciever into JSON.
Declaration
Swift
func toJSON() -> JSON.Value
SwiftFoundation Docs (100% documented)
struct Dictionary<Key : Hashable, Value> : CollectionType, DictionaryLiteralConvertible
Encodes the reciever into JSON.
Swift
func toJSON() -> JSON.Value