Forum Discussion

armygrad's avatar
armygrad
Contributor
3 months ago

Boolean check

Hi All I'm almost there, i need to check that a json response contains 1234 within an array, and return true. and if it doesn't return false. boolean check = "FAIL" if (response.contains("1234") ...