I have a Json input with both token and value in string format
{
"TOKEN1": "1000",
"TOKEN2": "2000"
}
and in Template, i have to check if TOKEN1 exist, then display that in certain format, else if TOKEN2 exis…...Json input with both token and value in string format { "TOKEN1":...else if TOKEN2 exist and has value then display it with certain...