SwiftDocCAnyCodableStructureAnyCodableA type-erased codable value.struct AnyCodableDiscussionAn AnyCodable value forwards encoding and decoding operations to the underlying base.TopicsInitializersinit(any Encodable)Creates a codable value that wraps the given base.init(from: any Decoder) throwsInstance Propertiesvar debugDescription: Stringvar value: any EncodableThe base encodable value.Instance Methodsfunc encode(to: any Encoder) throws