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 UnkeyedDecodingContainerParameters
- key:
The key that the nested container is associated with.
Return Value
An unkeyed decoding container view into self.