AnyCodable

public struct AnyCodable
extension AnyCodable: Codable
extension AnyCodable: Equatable
extension AnyCodable: CustomStringConvertible
extension AnyCodable: CustomDebugStringConvertible
extension AnyCodable: ExpressibleByNilLiteral, ExpressibleByBooleanLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByStringLiteral, ExpressibleByArrayLiteral, ExpressibleByDictionaryLiteral

A type-erased Codable value.

You can encode or decode mixed-type or unknown values in dictionaries and other collections that require Encodable or Decodable conformance by declaring their contained type to be AnyCodable.