plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.66k stars 878 forks source link

fix: add `int` and `string` management on `%json_add` #1757

Closed The-Lum closed 1 week ago

The-Lum commented 1 week ago

Hello PlantUML team, and all,

To continue:

And to fix:

Here is a fix for int and string, in order to manage:

%json_add({"age" : 30}, name, 123) '=> {"age":30,"name":123}
%json_add({"age" : 30}, name, Sally) '=> {"age":30,"name":"Sally"}

[FYI @philCryoport] Reagrds, Th.