Replies: 3 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
You can try using https://github.com/Ddiidev/Json2V to create V structs, then decode to those structs. |
Beta Was this translation helpful? Give feedback.
-
I have solved the above problem? And now I have a new json encoding problemAs shown in the figure, writing like this will perform json encoding twice, resulting in the data obtained by the get request not being in normal json format. What should I do in this case? Since Do you have a better way for me to avoid repeated json encoding? |
Beta Was this translation helpful? Give feedback.
-
For example, how can I implement the following data structure? Is there any other solution to complete the work of HTTP requests?
Beta Was this translation helpful? Give feedback.
All reactions