I’m trying to get the information listed at http://status.mojang.com/check with Java.
I understand that it’s JSON so I’ve tried to get that information using varoius examples on the internet but I can’t seem to figure out what’s wrong.
Here is my code:
http://pastebin.com/USYy93kZ
Does anyone know how I can do this?
– Try using the below method in your class to Parse the JSON.