NinjaMarvel
7 years agoNew Contributor
Script Assertion
 I am using ReadyAPI and I am getting following response from API in JSON. 
 {  "message" : "IDs found for the given request",  "ids" : [  {  "id" : 3831740,  "Member" : false  },  {  "id" : 5088068, ...
- 7 years agoHere you go:
 The script which can be tested online(note that it is using fixed json):
 https://ideone.com/6oaYhn
 You need modify to use dynamic json in script assertion.