package sh.adb.sensorCommunityAPI; import org.json.simple.parser.ParseException; import java.io.IOException; public class Main { public static void main(String[] args) throws IOException, ParseException { APIPaser api = new APIPaser("https://data.sensor.community/airrohr/v1/sensor/35943/"); api.getJSON(); } }