JSON response is returned in the following format, I need to extract values from the first index of the array for example 925,88 using groovy or perhaps another language, and then store them into a variable to pass them along in the next request. Also, values need to be unique
[
[
22588,
[
925,
88
],
0,
0,
0,
null,
"moderate"
]
Any help would be appreciated!
Thanks