Instance MethodJSONload(_:as:_:)Available when Element is JSONfunc load<T>(_ index: Int, as _: String?.Type, _ body: (String) throws -> T) throws -> T?