can anybody suggest how to convert XSD schema to JSON schema using Java?
I have tried so many ways, almost all the ways generating class files using com.fasterxml.jackson libraries and then converting it to JSON which is not possible in my case.
here are the links I have tried
https://dzone.com/articles/generating-json-schema-xsd
http://marxsoftware.blogspot.in/2015/06/json-schema-xsd-jaxb-jackson.html
Thanks in Advance.