val = false;
count = 0;
Gson gson1 = new GsonBuilder().disableHtmlEscaping().create();
try {
JsonObjectfromString obj4 = gson1.fromJson(new BufferedReader(
new InputStreamReader(new FileInputStream(context.object.getParameters(1)))),
JsonObjectfromString.class);
string4 = gson1.toJson(obj4);
// this.logger.info("String 4:"+string4);
} catch (JsonSyntaxException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (JsonIOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
try {
JsonObjectfromString obj8 = gson1.fromJson(new BufferedReader(
new InputStreamReader(new FileInputStream(context.object.getParameters(2)))),
JsonObjectfromString.class);
string8 = gson1.toJson(obj8);
// this.logger.info("String 8:"+string8);
} catch (JsonSyntaxException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (JsonIOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
try {
JsonObjectfromString obj12 = gson1.fromJson(new BufferedReader(
new InputStreamReader(new FileInputStream(context.object.getParameters(3)))),
JsonObjectfromString.class);
string12 = gson1.toJson(obj12);
// this.logger.info("String 12:"+string12);
} catch (JsonSyntaxException e) {