Contents

singleValueContainer()

Returns the data stored in this decoder as represented in a container appropriate for holding a single primitive value.

Declaration

func singleValueContainer() throws -> any SingleValueDecodingContainer

Return Value

A single value container view into this decoder.

Discussion