UnkeyedDecodingContainer

    A type that provides a view into a decoder’s storage and is used to hold the encoded properties of a decodable type sequentially, without keys.

    protocol UnkeyedDecodingContainer
    Browse conforming types

    Decoders should provide types conforming to UnkeyedDecodingContainer for their format.

    Requirements

    Instance members

    Citizens in Swift

    Instance members

    Available in FoundationEssentials

    Instance members