Open ryanmasondavies opened 4 years ago
Allow for the use of a CSVEncoder and CSVDecoder to encode and decode any Codable type.
CSVEncoder
CSVDecoder
Codable
This will require a rewrite in Swift.
Allow for the use of a
CSVEncoder
andCSVDecoder
to encode and decode anyCodable
type.