return x;
}
JSONObject read(URL testFile) {
try {
return new JSONObject(new JSONTokener(new InputStreamReader(testFile.openStream(), "UTF-8")));
} catch (UnsupportedEncodingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (JSONException e) {
// TODO Auto-generated catch block