Student Json
Student Json
"students":[
{
"id":1,
"name":"John",
"location":"india",
"phone":"123456",
"courses":[
"Java"
"Selenium"
]
},
{
"id":2,
"name":"kim",
"location":"US",
"phone":"9848032",
"courses":[
"Python"
"Postman"
]
},
{
"id":3,
"name":"Nivi",
"location":"Europe",
"phone":"123457",
"courses":[
"Testng"
"UFT"
]
}
]
}