plantuml / plantuml

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

feat: add new JSON builtin function (`%json_set`) #1761

Closed The-Lum closed 2 weeks ago

The-Lum commented 2 weeks ago

From this request:

And to continue:

Here is a PR with this new builtin functions:

%json_set({"age" : 30, "name":"Bob"}, name, Sally) '-> {"age":30,"name":"Sally"}

[FYI @philCryoport] Regards, Th.