Skip to content
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

能否在struct_json中增加实现from_json和to_json对jvalue类型的支持? #716

Open
saikafeng opened this issue Jul 12, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@saikafeng
Copy link

看了下源码,模版from_json_impl和to_json_impl只有对基本类型和反射类型的实现,能否增加对jvalue的实现

@poor-circle
Copy link
Collaborator

目前这块会重构,后面类型系统完善以后会考虑

@qicosmos
Copy link
Collaborator

看了下源码,模版from_json_impl和to_json_impl只有对基本类型和反射类型的实现,能否增加对jvalue的实现

现在不是有parse接口解析到jvalue了吗?

@qicosmos
Copy link
Collaborator

哦,jvalue的序列化现在还没支持,作为一个todo吧,后面支持一下。

@saikafeng
Copy link
Author

如果再想将jvalue序列化就不行了

@poor-circle poor-circle added the enhancement New feature or request label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants