input :
{
"accounts": {
"canara": 1,
"sbi": 0,
"axis": 1,
"hdfc": 0
}
}
expected output :
{
"canara": 1,
"sbi": 0,
"axis": 1,
"hdfc": 0,
"total accounts": 2
}
I want the sum of all the accounts to be added in "total accounts". how can I achieve this with jolt?