Matcher

The matcher is a core node for getting data from Query Params, Headers, Body and response, and converting them into variables with set types.

You can get data from the Requester and API Endpoint nodes.

When the type is set to AUTO, the system will try its best to convert the data to the correct type, but its recommended to set the type manually to the type to what you want it to be.

In the Response and Body you can add and remove keys, nested or not, to get a value from the json, the key needs to match up to the JSON key and add a variable onto it to get extract the value.

In the Response and Body you can add the '__root' item to and add a variable onto it to get the entire JSON.

To save you time, you can copy JSON and click the import button, and then paste it into the box, and it will then auto import the JSON keys.

Types

  • AUTO
  • STRING
  • NUMBER
  • BOOLEAN
  • OBJECT
  • ARRAY