Extensions
The following extensions are available globally.
-
Declaration
Swift
extension Int8 -
Extensions for
See moreKeyedDecodingContainerto support decoding of dynamic dictionaries and arrays withSendablevalues, enabling flexible JSON parsing with unknown structures.Declaration
Swift
extension KeyedDecodingContainer -
Extensions for
See moreUnkeyedDecodingContainerto support decoding of dynamic arrays and dictionaries withSendablevalues from unkeyed JSON containers.Declaration
Swift
extension UnkeyedDecodingContainer -
Extensions for
See moreKeyedEncodingContainerto support encoding of dynamic dictionaries and arrays withSendablevalues, enabling flexible JSON serialization.Declaration
Swift
extension KeyedEncodingContainer -
Extensions for
See moreUnkeyedEncodingContainerto support encoding of arrays of dictionaries withSendablevalues into unkeyed JSON containers.Declaration
Swift
extension UnkeyedEncodingContainer -
Extensions to simplify conversion between
See moreDecodabletypes and dictionaries.Declaration
Swift
extension Decodable -
Extensions to simplify conversion from
See moreEncodabletypes to dictionaries and JSON strings.Declaration
Swift
extension Encodable -
Extensions to simplify conversion of dictionaries to formatted JSON strings.
See moreDeclaration
Swift
extension Dictionary -
Declaration
Swift
extension Locale -
Declaration
Swift
extension Array where Element == Locale
-
Extension to Data for convenient Base32 operations
See moreDeclaration
Swift
extension Data
View on GitHub
Extensions Reference