Convert multiple json to common json format using c#
I am calling vendor Api to get json data, I want to convert that json to my custom structure. Here is example When I call student data, vendor returns data as below { "Students": [ { "FirstName":"Abc", "LastName":"pqr" }, {…