JSONAny

public class JSONAny : Codable
  • Declaration

    Swift

    public let value: Any
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws