Hi,
Thanks for your response.
We are looking for unflattening the flatten json.
If my json contains attributes like {"status_A":2,"status_B":3,"status_C_D":5} then we should unflatten the i/p flatten json one as below
{"status":{{"A":2,"B":3},{"C":{"D":5}}}
I hope the question is clear now
Thank you