EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
Dictionary
EXTENSION
Dictionary
Swift
1extension Dictionary: _InitializableByDictionaryLiteralElementsProperties
jsonEncodableValue
Swift
1@inlinable public var jsonEncodableValue: JSONEncodable?jsonEncodableObject
Swift
1@inlinable public var jsonEncodableObject: JSONEncodableDictionaryMethods
init(_:)
Swift
1@inlinable public init(_ elements: [(Key, Value)])init(jsonValue:)
Swift
1@inlinable public init(jsonValue value: JSONValue) throws