Scenario Blueprint JSON string - Text Parser Replace RegEx

Since the response is json why not just use the map() function rather than parsing the json manually? The json structure is a native data structure that can be accessed with the internal Make array functions.

1 Like