-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
How to deserialize JSON if property might have a list of subobjects? #355
Comments
In your metadata, you can configure a property to be an array of other objects (see the available types here). |
Okey. Will try that out. Thank you. |
@xabbuh any chance, there is a way to say something like |
@jeserkin Not that I'm aware of it. |
How to deserialize JSON if property might have a list of subobjects? i.e.
What would be the right mapping in this case? Do I need to use
@XmlList
annotation or it doesn't work with JSON?The text was updated successfully, but these errors were encountered: