Does anybody know how to generate an XML schema(XSD file) from an existing JSON schema? using node js. I found https://github.com/ethlo/jsons2xsd but it is based on java
Asked
Active
Viewed 1,212 times
1
-
looks duplicate https://stackoverflow.com/questions/29367474/build-xml-based-on-xml-schema-in-node-js – owais May 23 '18 at 10:22
-
Thanks for the reply. Jsonix (JSON interfaces for XML) is a JavaScript library which allows you to convert between XML and JSON structures. It generates JSON schema/ jsonix mapping from XSD. I want the reverse way(Take JSON schema and generate XSD).can you please suggest – eagle May 23 '18 at 10:39