Does anybody know how to generate a JSON schema from a existing XML schema (XSD file)? Are there any tools available for this?
Does anybody know how to generate a JSON schema from a existing XML schema (XSD file)? Are there any tools available for this?
Copy your XML schema here & get the JSON schema code to the online tools which are available to generate JSON schema from XML schema.
True, but after turning json to xml with xmlspy, you can use trang application (http://www.thaiopensource.com/relaxng/trang.html) to create an xsd from xml file(s).