Contents

decodeTopLevelObject()

Decodes a previously-encoded object.

Declaration

@nonobjc func decodeTopLevelObject() throws -> Any?

Return Value

The decoded object, or nil if decoding fails.

See Also

Decoding Top-Level Objects