#101244

Hi Peter,
Please find the below data structure which we are using.
[
{
“Group1”: {
“Group2”: [
{
“DataField1”: [
{
“value”: “abc”
},
{
“value”: “def”
}
]
}
]
}
},
{
“Group1”: {
“Group2”: [
{
“DataField2”: [
{
“value”: “abf”
},
{
“value”: “xyz”
}
]
}
]
}
}
]
Looking forward to your reply.
Thanks
Nikhil Jain