Hello PlantUML team,
To continue with JSON wanted feature:
- Could you accept JSON diagram as sub-diagram or embedded diagram?
Here is an example:
@startuml
file n [
Example of file:
{{json
{
"fruit":"Apple",
"size":"Large",
"color": ["Red", "Green"]
}
}}
]
@enduml

[same thing also for wire-diagram]
Thanks for your support,
Regards,
Th.