[
{
"key": 111,
"Students_Info": [{
"recordId": 111
}],
"Adress_Info": {
"position": 1,
"city": null
}
},
{
"key": 222,
"Students_Info": [{
"recordId": 222
}],
"Adress_Info": {
"position": 2,
"city": "Delhi"
}
}
]
How do I filter the null
values and remove them from the JSON using JMESPath query?