Hi Team,
Could some one help me, This is my Json in which some time keys will be present and in some cases my keys will not present in that case how to handle this without errors.
Example:- AMOUNT is availble in JSON data in some case AMOUNT is absent in JSON data
{
“BOE”: {
“extracted_data”: {
“AMOUNT”: [
“45068”,
“82.84”,
“140.22”,
“259.92”,
“192.02”,
“125.47”,
],
“ASSESS_VALUE”: [
“8909.24”,
“15080.31”,
“27953.75”,
],
"ASS_VALUE": [
"162335"
],
"BCD": [
"12208.6",
"10",
"10",
"10"
],
"BE_DATE": [
"27/03/2024"
],
"BE_NO": [
"2770250"
]
},
"synthetic_data": null
}
}


