i have form request like this
{
"data": [
{
"transaction": "LNS",
"product": "XXX",
"lot": "1",
"liquidPrice": "0",
"liquidId": 0,
"limitPrice": "1780.00",
"stopPrice": "0"
},
{
"transaction": "LNS",
"product": "XXX",
"lot": "1",
"liquidPrice": "0",
"liquidId": 0,
"limitPrice": "1780.00",
"stopPrice": "0"
}
]
}
i want to check if the array data bigger than one object, the value of key object product must same as another array of object