Code: Select all
JSONObject json = new JSONObject();
json.put("title ", "test packet");
json.put("message", numMsg);
String jsonMessage = json.toString() + "\n";
sim.activateMethod("messageSend.addJsonMessageForTransmission", jsonMessage);
Code: Select all
{"title ","test packet