Student student = new Student();
student.setId(1);
student.setAge("20");
student.setName("jno");
System.out.println(JSON.toJSON(student));
String stuString = JSONObject.toJSONString(student);
jsonObject.ToString or jsonObject.ToJSON cannot implement such conversion. What should i do?