Example
@startuml
!$data={
"partlen": "2",
"game": "GamePlantuml",
"participants": [
{
"name": "XYZ",
"as": "xyz",
"team": "A"
}
],
"color": {
"A": "red",
"B": "blue",
"rst": "fuck"
},
"asd": 1
}
!%set_json_val("$data.color.A", "black")
!$data.color.A = "black"
! %json_array_push($data.participants, {
"name": "New"
})
@enduml