PlantUML 1.2020.22 Guide de référence du langagedéploiement • diagrammes de temps Certains autres diagrammes (hors UML) sont aussi possibles: • Données JSON • maquette d'interface graphique • diagrammes Archimate • Specification and Description Language Word Wrap 11 MINDMAP ** <&globe>Ubuntu *** Linux Mint *** Kubuntu *** Lubuntu *** KDE Neon ** <&graph>LMDE ** <&pulse>SolydXK ** <&people>SteamOS ** <&star>Raspbian with a very long name ***Raspmbc@endwbs Guide de référence du langage PlantUML (1.2020.22) 171 / 294 13 DISPLAY JSON DATA 13 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data.0 码力 | 295 页 | 3.03 MB | 1 年前3
PlantUML 1.2020.23 Guide de référence du langagedéploiement • diagrammes de temps Certains autres diagrammes (hors UML) sont aussi possibles: • Données JSON • maquette d'interface graphique • diagrammes Archimate • Specification and Description Language Word Wrap 11 MINDMAP ** <&globe>Ubuntu *** Linux Mint *** Kubuntu *** Lubuntu *** KDE Neon ** <&graph>LMDE ** <&pulse>SolydXK ** <&people>SteamOS ** <&star>Raspbian with a very long name ***Raspmbc@endwbs Guide de référence du langage PlantUML (1.2020.23) 184 / 307 13 DISPLAY JSON DATA 13 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data.0 码力 | 308 页 | 3.12 MB | 1 年前3
PlantUML 1.2021.1 Guide de référence du langagediagrammes de temps Certains autres diagrammes (hors UML) sont aussi possibles: • données au format JSON • diagrammes de réseaux (nwdiag) • maquettes d’interface graphique (salt) • diagrammes Archimate QA-5776] Guide de référence du langage PlantUML (1.2021.1) 190 / 384 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 11.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 385 页 | 4.05 MB | 1 年前3
PlantUML 1.2021.2 Guide de référence du langagediagrammes de temps Certains autres diagrammes (hors UML) sont aussi possibles: • données au format JSON • données au format YAML • diagrammes de réseaux (nwdiag) • maquettes d’interface graphique (salt) QA-5776] Guide de référence du langage PlantUML (1.2021.2) 193 / 390 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 11.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 391 页 | 4.10 MB | 1 年前3
PlantUML 1.2021.3 Guide de référence du langagediagrammes de temps Certains autres diagrammes (hors UML) sont aussi possibles: • données au format JSON • données au format YAML • diagrammes de réseaux (nwdiag) • maquettes d’interface graphique (salt) QA-5776] Guide de référence du langage PlantUML (1.2021.2) 204 / 405 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 11.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 406 页 | 4.24 MB | 1 年前3
PlantUML 1.2023.11 Guide de référence du langagediagrammes de temps Certains autres diagrammes (hors UML) sont aussi possibles: • données au format JSON • données au format YAML • diagrammes de réseaux (nwdiag) • maquettes d’interface graphique (salt) PlantUML (1.2023.11) 57 / 533 2.18 Display JSON Data on Usecase diagram 2 DIAGRAMME DE CAS D’UTILISATION [Réf. QA-5340 et adapté de QA-6852] 2.18 Display JSON Data on Usecase diagram 2.18.1 Simple example allowmixing actor Actor usecase Usecase json JSON { "fruit":"Apple", "size":"Large", "color": ["Red", "Green"] } @enduml [Ref. QA-15481] For another example, see on JSON page. Guide de référence du langage0 码力 | 534 页 | 7.56 MB | 1 年前3
PlantUML 1.2019.6 Guide de référence du langagetitle * <&flag>Debian ** <&globe>Ubuntu *** Linux Mint *** Kubuntu *** Lubuntu *** KDE Neon ** <&graph>LMDE ** <&pulse>SolydXK ** <&people>SteamOS ** <&star>Raspbian with a very long name ***Raspmbc0 码力 | 174 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.9 Guide de référence du langagetitle * <&flag>Debian ** <&globe>Ubuntu *** Linux Mint *** Kubuntu *** Lubuntu *** KDE Neon ** <&graph>LMDE Guide de référence du langage PlantUML (1.2019.9) 107 / 173 11.6 Complete example 11 MINDMAP0 码力 | 174 页 | 1.93 MB | 1 年前3
PlantUML 1.2019.4 Guide de référence du langagetitle * <&flag>Debian ** <&globe>Ubuntu *** Linux Mint *** Kubuntu *** Lubuntu *** KDE Neon ** <&graph>LMDE ** <&pulse>SolydXK ** <&people>SteamOS ** <&star>Raspbian with a very long name ***Raspmbc0 码力 | 168 页 | 1.83 MB | 1 年前3
Flask-RESTful Documentation Release 0.3.10put('http://localhost:5000/todo1', data={'data': 'Remember the milk'}).json() {u'todo1': u'Remember the milk'} >>> get('http://localhost:5000/todo1').json() {u'todo1': u'Remember the milk'} >>> put('http://localhost:5000/todo2' put('http://localhost:5000/todo2', data={'data': 'Change my brakepads'}).json() {u'todo2': u'Change my brakepads'} >>> get('http://localhost:5000/todo2').json() {u'todo2': u'Change my brakepads'} Flask-RESTful understands Accept: */* > * HTTP 1.0, assume close after body < HTTP/1.0 204 NO CONTENT < Content-Type: application/json < Content-Length: 0 < Server: Werkzeug/0.8.3 Python/2.7.2 < Date: Mon, 01 Oct 2012 22:10:32 GMT Add0 码力 | 42 页 | 84.60 KB | 1 年前3
共 12 条
- 1
- 2













