-
Notifications
You must be signed in to change notification settings - Fork 100
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
Parsing array of same keyed Items #13
Comments
This should be resolved with |
The Texline example works for me as longs it's only an array of Strings. If more complex structures are give it doesn't work for me.
I expect an array of liines and each line should have ag and line values. Like this:
But all I can reach is an DecodingError.typeMismatch. Any ideas? |
I'm having trouble with this, too. I'm trying to parse XML like this and I'm not sure how I would do it.
|
Hello!
Is there a way to parse something such as
As it gets recognized as a dictionary, only the last one is returned when using something like this:
Which isn't even a correct representation of the XML. I think it should be something like this if I am correct but this fails:
Any suggestions?
The text was updated successfully, but these errors were encountered: