Is there a tool to generate a JSON schema from an XML schema through Java?

前端 未结 5 990
滥情空心
滥情空心 2020-12-14 08:20

Is anyone aware of a tool or approach from which we can generate a JSON schema from XML schema or XML schema from JSON schema by Java?

5条回答
  •  星月不相逢
    2020-12-14 09:13

    for example CXF can serve request in Json or XML so it must have a way to convert the two.

提交回复
热议问题