encodeNilAsNull

    If a nil value is found, setting this to true will encode null. Otherwise the key is omitted.

    JSONEncoder.swift:28

    This declaration is deprecated: Use `nilValueEncodingStrategy` instead.

    var encodeNilAsNull: Bool { get set }

    Other members in extension

    Type members

    Instance members