Initializer
init(json:)
Initialize a
MySQLDataDecoder with a JSON decoder.init(json: JSONDecoder = .init())
Parameters
jsonA
JSONDecoderto use for decoding types that can’t be directly converted. Defaults to an unconfigured decoder.