import net.sf.json.JSONObject;
JSONObject jsonObject = JSONObject.fromObject(map);
String msgss=jsonObject.toString();
byte[] responB = msgss.getBytes(“utf-8”);
import net.sf.json.JSONObject;
JSONObject jsonObject = JSONObject.fromObject(map);
String msgss=jsonObject.toString();
byte[] responB = msgss.getBytes(“utf-8”);