Contents

unkeyedContainer()

Returns the data stored in this decoder as represented in a container appropriate for holding values with no keys.

Declaration

func unkeyedContainer() throws -> any UnkeyedDecodingContainer

Return Value

An unkeyed container view into this decoder.

Discussion