Hey Everyone, I am currently trying to convert the Nested and deep nested Json string into collection table, below I'm providing dummy data which is similar data that I'm dealing with
"reportedWagesComparison": {
"@valid": "true",
"contributionReportAmountPaidRecords": {
"@valid": "true",
"qtr1Amount": "546.00",
"qtr2Amount": "5.37"
},
"contributionReportTaxableWagesDeptRecords": {
"@valid": "true",
"qtr1Amount": "20000.00",
"qtr4Amount": "0.00",
"qtr3Amount": "0.00",
"qtr2Amount": "12000.00",
"ytdAmount": "32000.00"
},
"fein": "347987897",
"grossWagesPerDetailReportDeptRecords": {
"@valid": "true",
"qtr1Amount": "20000.00",
"qtr4Amount": "20000.00",
"qtr3Amount": "20000.00",
"qtr2Amount": "20000.00",
"ytdAmount": "80000.00"
},
"contributionReportGrossWagesDeptRecords": {
"@valid": "true",
"qtr1Amount": "20000.00",
"qtr4Amount": "20000.00",
"qtr3Amount": "20000.00",
"qtr2Amount": "20000.00",
"ytdAmount": "80000.00"
}
how to convert this data into table collection