Testing with Postman: Lodash
Another javascript library built into Postman is Lodash.
#Looping Arrays with Lodash
Sometimes you will want to iterate through an array. Maybe your response itself is an array. Luckily there is an easy for loop that can be used. This is use for wher...
blog.benweese.com2 min read