Is it possible to use serde_json with slint structs? #1563
Unanswered
jamiepiccolo
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Oh, adding a serde annotation is a good idea. I wonder if we could just Meanwhile yes, you'll have to copy this by hand :( @ogoffart What do you think? :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I assume probably not, if so, would you create another struct in rust and use that for serde_json and then copy that data to the slint struct or just map the values yourself to the slint struct?
Beta Was this translation helpful? Give feedback.
All reactions