简体   繁体   English

如何从 JSON 文件执行 UML 模式?

[英]How can I do a UML Schema from a JSON file?

Hello I have this JSON file :你好,我有这个 JSON 文件:

{
    "Hello": "",
    "Olá": [
        {
            "Hour": "00:04:35",  
            "hotel": [""],
        }
    ]
    "Ciao" : [
        {
            "Hour": "02:36:52"
        }
    ]
}

And actually I am trying to convert this JSON file to an UML file.实际上我正在尝试将此 JSON 文件转换为 UML 文件。

Could you help me please ?请问你能帮帮我吗 ? :) :)

I thought of this :我想到了这个:

Solution解决方案

You may want to take a look at JSONDiscoverer http://som-research.uoc.edu/tools/jsonDiscoverer/#/你可能想看看 JSONDiscoverer http://som-research.uoc.edu/tools/jsonDiscoverer/#/

(the site includes also the technical details on how the UML model is created) (该站点还包括有关如何创建 UML 模型的技术细节)

gliffy图可以做到,其实就是原来的文件保存格式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM