Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

PlantUML: working with yaml document

We can visualize the Yaml Document using PlantUML.

 

helloworld.txt

@startyaml

id: 1
name: Krishna
address:
  state: Karnatka
  city: Bnagalore
  country: India
hobbies:
- Playing cricket
- blogging

@endyaml

Above snippet generate below diagram.



 

  

Previous                                                    Next                                                    Home


This post first appeared on Java Tutorial : Blog To Learn Java Programming, please read the originial post: here

Share the post

PlantUML: working with yaml document

×

Subscribe to Java Tutorial : Blog To Learn Java Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×