Dictionary

struct Dictionary<Key, Value> where Key : Hashable
  • Declaration

    Swift

    public init(from jsonData: Data) throws