extension Dictionary: Codable where Value: Codable {}
Encodable
Decodable
extension Dictionary: Codable where Key == String, Value: Codable {}