CodableCSV
CodableCSV copied to clipboard
add support for automatically parsing headers from the value during encode
Description
- add support for automatically parsing headers from the value during encode
- add
KeyEncodingStrategyandKeyDecodingStrategy - add
TimeZoneand encoding decoding and Strategy - add swift-collections dependency for
OrderedSetimplementation
Checklist
The following list must only be fulfilled by code-changing PRs. If you are making changes on the documentation, ignore these.
- [x] Include in-code documentation at the top of the property/function/structure/class (if necessary).
- [x] Merge to
develop. - [x] Add to existing tests or create new tests (if necessary).
@dehesa can you review this PR. it would be good to get upstream