Forum Discussion

wjblazek's avatar
wjblazek
Occasional Contributor
8 years ago
Solved

Parsing a huge json body in a groovy step

I have a REST request that returns a HUGE json body, 3.6+M bytes, 76+K lines, that I need to validate.  I'm using a separate groovy step to do the validation. The request responds fine and I see th...