Contents

nestedUnkeyedContainer(forKey:)

Returns the data stored for the given key as represented in an unkeyed container.

Declaration

func nestedUnkeyedContainer(forKey key: Self.Key) throws -> any UnkeyedDecodingContainer

Parameters

  • key:

    The key that the nested container is associated with.

Return Value

An unkeyed decoding container view into self.

Discussion