JSONNull

struct JSONNull : Codable

Add Codable compliance to null

  • Initialize with decoder

    Throws

    Decoding error

    Declaration

    Swift

    init(from decoder: Decoder) throws

    Parameters

    decoder

    Decoder

  • Encode to encoder

    Throws

    Encoding error

    Declaration

    Swift

    func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder