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.
JSONDecodable
PROTOCOL
JSONDecodable
Swift
1public protocol JSONDecodable: AnyHashableConvertibleMethods
init(jsonValue:)
Swift
1init(jsonValue value: JSONValue) throws