Skip to content

feat: make Any support Codable, like: [String: Any], [Any] #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

yxh265
Copy link

@yxh265 yxh265 commented Nov 22, 2022

让 [String: Any], [Any]支持Codable,模型定义如下

struct testModel: ExAutoCodable {
@ExCodable
var jumpParam: [String: Any]? = [:]

@ExCodable
var matchs: [Any] = []

}

@iwill iwill force-pushed the develop branch 2 times, most recently from d88f9df to 85c8786 Compare January 24, 2024 03:50
@iwill iwill force-pushed the develop branch 2 times, most recently from 8e0c0d3 to 6345ebb Compare July 31, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants