jsonSchema-to-uml icon indicating copy to clipboard operation
jsonSchema-to-uml copied to clipboard

A tool to generate UML class diagrams from JSON schema documents

Results 3 jsonSchema-to-uml issues
Sort by recently updated
recently updated
newest added

When an object type is an array, for instance ```"type": ["string","integer"]``` The conversion fails with this stack ``` java.lang.IllegalStateException at com.google.gson.JsonArray.getAsString(JsonArray.java:226) at edu.uoc.som.jsonschematouml.generators.JSONSchemaToUML.analyzeProperty(JSONSchemaToUML.java:463) at edu.uoc.som.jsonschematouml.generators.JSONSchemaToUML.analyzeObject(JSONSchemaToUML.java:336) at edu.uoc.som.jsonschematouml.generators.JSONSchemaToUML.analyzeRootSchemaElement(JSONSchemaToUML.java:264) at edu.uoc.som.jsonschematouml.generators.JSONSchemaToUML.analyzeDefinitions(JSONSchemaToUML.java:754) at...

Hello, im having two issues: 1. I have a JSON file (https://github.com/dashevo/dpns-contract/blob/v0.2-dev/src/schema/dpns-documents.json) that visualizes great with your "JSON Discoverer" but does not work at all with this eclipse plugin. Actually...

Hello, The project of JSON files I want to import has right at 1900 JSON files in it. Because of this iit would help significantly if the error dialog could...