armygrad
1 year 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") ...
Thanks to all for the help, i have a solution that works. if anybody wants to see it i will gladly post it.
Again many thanks
ArmyGrad