Initializers
init(_:)
init(from:)
Inherited fromDecodable.init(from:).
Instance Properties
Instance Methods
encode(to:)
Inherited fromEncodable.encode(to:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct AnyCodable
init(_ value: any Sendable)
Decodable.init(from:).
init(from decoder: Decoder) throws
| Property | Type | Description |
|---|---|---|
value | any Sendable | - |
Encodable.encode(to:).
func encode(to encoder: Encoder) throws
Was this page helpful?
