GetJSON icon indicating copy to clipboard operation
GetJSON copied to clipboard

Don't use integers for True/False values

Open zunjae opened this issue 7 years ago • 0 comments

Instead of flag = 1 you can do return true. also flag = 0 becomes return false;

https://github.com/100rabhkr/GetJSON/blob/master/getjson/src/main/java/com/dezlum/codelabs/getjson/GetJson.java#L107

zunjae avatar Feb 12 '18 16:02 zunjae