let obj = [
{
name: "Manish",
school: "{"name":"modal","email":"gmail"}",
id: 21,
stats: true,
user_id: 2,
},
{
name: "Ramesh",
school: "{"name":"kamla","email":"yahoo"}",
id: 10,
stats: true,
user_id: 3,
}]
Hello, I want to convert school property into an object. Kindly guide me. Thank you