MetaCodable icon indicating copy to clipboard operation
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.

Open zy19890102 opened this issue 7 months ago • 1 comments

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.

zy19890102 avatar Jul 18 '24 09:07 zy19890102