We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to flatten the structure when unmarshalling?
Example: given
<dict> <key>URIDictionary</key> <dict> <key>title</key> <string>Inspection and the limits of trust.</string> </dict> ... </dict>
would it be possible to read the title key directly without creating a new struct for URIDictionary?
title
struct
URIDictionary
thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a way to flatten the structure when unmarshalling?
Example: given
would it be possible to read the
title
key directly without creating a newstruct
forURIDictionary
?thank you
The text was updated successfully, but these errors were encountered: