Skip to content

Instantly share code, notes, and snippets.

View MyBadRyBad's full-sized avatar
🙃

Ryan B Badilla MyBadRyBad

🙃
View GitHub Profile
import java.io.FileWriter;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;