java
java copied to clipboard
String definition for length
Does JSONX supports generating length attributes for String definition while converting XSD to JSON Schema.
JSONx does not convert XSD to JSON Schema. JSONx defines its own JSON Schema Definition (JSD) Language that can be represented in both XML form (.jsdx extension), as well JSON form (.jsd extension). A example.jsdx schema (that is expressed in XML) can be converted to a example.jsd schema (that is represented in JSON), and vice-versa. Please see ConvertTest.