Array Testing
Array Filters
- Array can tested using array filters
- The following filter operations are supported
*, =, !=, <=, <, >=, >, *=, ^=, $=
*=
filters usingcontains
operation^=
filters usingstartsWith
operation$=
filters usingendsWith
operation- To access array items from the end use negative index number
json.items[-2].id