hi ,
i Want to Deserailize the follwing Json Using "foreach" loop to seperate each row from above JSON how to do it in C# ?
{ "Data":[ { "id":"1", "Name":"Sachin" }, { "id":"2", "Name":"Rahul" }, { "id":"3", "Name":"Sovrav" } ] }
and how do i access the array element after deserializing ????
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.