samedi 8 août 2020

Check if condition from json

I have an int value lets say 10, now i want to check whether 10 is less than 50 or not so i will write if condition as : if(10<50){ } But the problem here is that "<50" is coming from json in string format. So how to evaluate this condition?

Aucun commentaire:

Enregistrer un commentaire