{
"Projects": [
{
"ProjectCode": "EZDF",
"Hours": [
{
"UserID": "spaudyal",
"Date": "7/4/2020",
"Company": "ENZA",
"SRID": "EZDF-0670",
"Hour": 8,
"Billable": "yes",
"WLCode": "Trial Data management",
"HrSummary": "Worked on Trial status update from App and notification enhancement",
"CustRef": "Az11014",
"HrSeqNr": 1
}
]
},
{
"ProjectCode": "EZZF",
"Hours": [
{
"UserID": "spaudyal",
"Date": "7/4/2020",
"Company": "ENZA",
"SRID": "EZDF-0670",
"Hour": 8,
"Billable": "yes",
"WLCode": "Trial Data management",
"HrSummary": "Worked on Trial status update from App and notification enhancement",
"CustRef": "Az11014",
"HrSeqNr": 1
}
]
}
]
}
Now I want to Deserialize this into this untyped object into table as format below:
| ProjectCode | UserID | Date | Company | SRID | Hour | Billable | WLCode | HrSummary | CustRef | HrSeqNr |
| EZDF | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| EZZF | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |

Report
All responses (
Answers (