JSONObject jsonobject = new JSONObject();
try
{
jsonobject.put("login", "login");
jsonobject.put("password", "pappppsadasd");
jsonobject.put("clientInfo", (new JSONObject()).put("ip", s).put("agent", "myagent"));
}