JSONNull
public class JSONNull : Codable, Hashable
-
Declaration
Swift
public static func == (lhs: JSONNull, rhs: JSONNull) -> Bool
-
Declaration
Swift
public var hashValue: Int { get }
-
Declaration
Swift
public init()
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws