JSON to DataTable with multiple datas

@DimitriLYR

You cannot use direct casting for this…you have to iterate through thejson and use add datarow…

Check this on how to access multiple json nodes/token…

Rest is to loop and use add datarow as you require

Cheers

1 Like