I have a following array of objects like
[
{
"id":"30772",
"posimage":"/b/l/blue-shirt_1_1.jpg",
"position":"Position Front",
"tech":"Screen Print"
},
{
"id":"30771",
"posimage":"/b/l/blue-shirt_3.jpg",
"position":"Position Front",
"tech":"Screen Print"
},
{
"id":"30772",
"posimage":"/b/l/blue-shirt_1_1.jpg",
"position":"Position Front",
"tech":"Embroidery"
},
{
"id":"30771",
"posimage":"/b/l/blue-shirt_3.jpg",
"position":"Position Front",
"tech":"Embroidery"
}
]
Here I have repeated values like "id":"30772", "position":"Position Front"
I need to get the repeated position and need to give in the alert box like the Position Front is repeated.