Forum Discussion

Sona's avatar
Sona
New Contributor
8 years ago

Any simple way to check whether all tags are present or not in json response

I am just looking out a solution for validating all tags are present or not inside my JSON response  based on  my model schema.No need to consider about values for attributes .Since values will get change based on input data.

 

To be more clear, If i have total of  2500 lines of json response including arrays , nested arrays.I need to validate all  tags are present or not based on my Model schema given in swagger.

 

 

Please anyone help me on this.