plantuml/test
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
..
com/plantuml/wasm Packages move and bugfix 2023-02-22 19:43:48 +01:00
net/sourceforge/plantuml fix: add `int` and `string` management on `%json_add` 2024-04-24 19:52:11 +00:00
nonreg Add support for more common commands in Chen EER diagrams 2024-04-15 12:43:17 +12:00
test chore: fix some tests on Windows 2024-02-16 22:10:07 +01:00