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…...Parse(TOKEN1) != 0) ? decimal.Parse(TOKEN1) : (!string... && decimal.Parse(TOKEN2) != 0) ? decimal.Parse(TOKEN2) : 0]>>...