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
This would be more in line with both how protobuf's XML renderer library renders repeated elements and with what happens when I use Google's library to render a message into a JSON string and then use Jackson's XML data format to render that to XML.
The text was updated successfully, but these errors were encountered:
ilyanep
added a commit
to ilyanep/jsons2xsd
that referenced
this issue
Jun 11, 2020
This JSON Schema:
Yields this XSD:
But ideally I'd have an option to make it render:
This would be more in line with both how protobuf's XML renderer library renders repeated elements and with what happens when I use Google's library to render a message into a JSON string and then use Jackson's XML data format to render that to XML.
The text was updated successfully, but these errors were encountered: