1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-02-11 00:18:49 +00:00
The-Lum 6c4eaebd8f fix: add int and string management on %json_add
That fixes:
- https://github.com/plantuml/plantuml/issues/328#issuecomment-2071079413

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

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

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

[FYI @philCryoport]
Reagrds,
Th.
2024-04-24 19:52:11 +00:00
..
2024-02-16 22:10:07 +01:00
2023-02-22 19:43:48 +01:00
2023-08-24 19:01:41 +02:00
2023-10-02 19:15:20 +00:00
2023-12-11 18:34:23 +01:00
2023-02-22 19:43:48 +01:00
2023-02-22 19:43:48 +01:00
2021-03-19 18:27:58 +01:00
2023-02-22 19:43:48 +01:00