armygrad
9 months agoContributor
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") ...