Closed
Description
Hi
I searched for the solution for many hrs..but cant find any..
i have my json data below
{
Name: test,
type: 'product',
category: 'product',
breadcrumbs: [ 'abcd', 'xyz', 'asd', 'test' ]
}
i want to validate 2 condition
- the value of type and category must be same
- the last value of breadcrumbs array and the Name field must be same
Is there any way i can validate these two conditions..
please help me
Thank you