I want to get data from this JSON array. I use some keywords but I get the error every time, How can I get the data?
JArray test1 = JArray.Parse(jsondata);
string ids = test1["id"];
if i write "id" so i'm not get ans 11
{[
{
"id": 11,
"userName": null,
"passWord": null,
"email": "someone@gmail.com",
"mobile": "9898989898",
"fullName": "Ramesh Sharma",
"location": "Rajkot",
"city_id": 1
}
]}