You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know the element names within the <values> tag upfront? You could decode that either as a struct with names of properties matching the names of contained elements (which is beneficial as you'd specify value types as well) or as a dictionary or an enum if combinations of nested elements can vary significantly. Which of these options would work best for you and what help would you need to implement that?
Unfortunately, I'm not able to proceed with this issue without more details, and it hasn't been updated for quite a while. Please feel free to reopen if needed.
Hi!
How can I decode such an xml? All server responses always come with the structure
Example XML:
Thnks a lot!
The text was updated successfully, but these errors were encountered: