AnyCodable
public struct AnyCodable : Codable
Helper type for encoding/decoding arbitrary JSON values
-
Undocumented
Declaration
Swift
public let value: Any -
Undocumented
Declaration
Swift
public init(_ value: Any) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws