-cypher option not work for Json data

0 votes
asked Dec 1, 2020 in Bug by Serge Wenger Work (15,620 points)
Hello,

Cypher option is not working with Json

for example @startjson is replaced by @reachable
commented Dec 1, 2020 by albert (3,520 points)
A bit more descriptive / example would be nice.
commented Dec 2, 2020 by Serge Wenger Work (15,620 points)

The following example:

@startjson
{
   "fruit":"Apple",
   "size":"Large",
   "color":"Red"
}
@endjson

Give:

@indulgent
{
   "point":"roomy",
   "tidy":"eases",
   "color":"Red"
}
@defeats

 

1 Answer

0 votes
answered Dec 4, 2020 by plantuml (294,960 points)

Thanks for the feedback.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar

...