GetJSON
GetJSON copied to clipboard
Don't use integers for True/False values
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