Skip to Content
TestingArray Testing

Array Testing

img

Array Filters

  • Arrays can be tested using array filters.
  • The following filter operations are supported: *, =, !=, <=, <, >=, >, *=, ^=, $=.
  • *= filters using contains operation
  • ^= filters using startsWith operation
  • $= filters using endsWith operation
  • To access array items from the end, use a negative index: json.items[-2].id.
Last updated on

Morty Proxy This is a proxified and sanitized view of the page, visit original site.