Is there a way to convert a JSON schema to XSD?

I'm currently looking for a way to convert a JSON schema to an XSD or XML schema. I did not find anything on this subject and hoped that someone here knew. I was hoping to do this using the Java API.

+5
source share
1 answer

Jsons2xsd converts JSON schema to XML Schema (XSD) and is Java based.

+2
source

Source: https://habr.com/ru/post/1245508/


All Articles