Forum Discussion

CharlesHarold's avatar
CharlesHarold
Occasional Contributor
7 years ago
Solved

How to Parse a JSON Response Using Groovy (Examples!)

This code can be copied directly into a Groovy Script test step and run to demonstrate a few ways to get data from a JSON REST response:   // Some Examples of How to Parse a JSON Response Using G...
  • Nastya_Khovrina's avatar
    7 years ago

    Great examples, Charles! Thank you!