Hello PlantUML team,
Here is a wanted feature:
- Is it possible to have got a parameter or another thing (manually activate or not; possible to deactivate for people which don't want this functionality), to differentiate explicitly boolean and string on the output, example:
@startjson
{
"JSON_Boolean_value": true,
"JSON_Boolean_value": false,
"JSON_String_value": "true",
"JSON_String_value": "false"
}
@endjson

I am open to all propositions, as: style (italic, ...), font (monospaced [but not so good, if on the future we would to change all the value to be on a monospaced font]), 'b' indices for boolean (as trueb or falseb), ...
→ I don't know what are the best solution.
Thanks for your support,
Regards,
Th.