MetaCodable
MetaCodable copied to clipboard
[Feature Request] Support convert JSON fields to the types of my Swift objects automatically, without me having to manually add @CodedBy.
- [x] I have read the documentation.
I want to replace the previous tool with it. However, I am facing an issue now. My Swift object data comes from many different APIs, and the same field from different APIs may have different data types. The previous tool automatically converted them to the desired data types for me. I don't know which fields need to be marked with @CodedBy because there are too many such fields, and it's difficult to identify them manually. Can you provide a feature to automatically convert the data types to the desired types?
Moreover, many APIs have not been maintained for a long time, making it difficult to determine the specific data types.