Dictionary

struct Dictionary<Key : Hashable, Value> : CollectionType, DictionaryLiteralConvertible
  • Encodes the reciever into JSON.

    Declaration

    Swift

    func toJSON() -> JSON.Value