As I created Two json from Two different dataTables
json1=JsonConvert.SerializeObject(Datable_Name_1)
json2=JsonConvert.SerializeObject(Datable_Name_2)
Now I need to combine both the json into single json file,I don’t know how to do?
Note:Two datatable doesn’t have any similar field or column names