???????н????
{"ClassName":"???????"}
{"ClassName":"???????"??"className":["???????"]}
{"ClassName":"???????"??"className":["???????"]??"classInfo":{"stuCount":50??"leader":"rah"}}
{"ClassName":"???????"??"className":["???????"]??"classInfo":{"stuCount":50??"leader":"rah"}??"ClassInfo":{"stuCount":[50]??"leader":["rah"]}}
{"ClassName":"???????"??"className":["???????"]??"classInfo":{"stuCount":50??"leader":"rah"}??"ClassInfo":{"stuCount":[50]??"leader":["rah"]}??"students":[{"name":"??????"??"sex":"??"??"age":12??"hobby":"java develop"}??{"name":"?????"??"sex":"??"??"age":13??"hobby":"C/C++ develop"}]}
{"ClassName":"???????"??"className":["???????"]??"classInfo":{"stuCount":50??"leader":"rah"}??"ClassInfo":{"stuCount":[50]??"leader":["rah"]}??"students":[{"name":"??????"??"sex":"??"??"age":12??"hobby":"java develop"}??{"name":"?????"??"sex":"??"??"age":13??"hobby":"C/C++ develop"}]??"Students":[{"name":["??????"]??"sex":["??"]??"age":["12"]??"hobby":["java develop"]}??{"name":["?????"]??"sex":["??"]??"age":["13"]??"hobby":["C/C++ develop"]}]}
{"ClassName":"???????"??"className":["???????"]??"classInfo":{"stuCount":50??"leader":"rah"}??"ClassInfo":{"stuCount":[50]??"leader":["rah"]}??"students":[{"name":"??????"??"sex":"??"??"age":12??"hobby":"java develop"}??{"name":"?????"??"sex":"??"??"age":13??"hobby":"C/C++ develop"}]??"Students":[{"name":["??????"]??"sex":["??"]??"age":["12"]??"hobby":["java develop"]}??{"name":["?????"]??"sex":["??"]??"age":["13"]??"hobby":["C/C++ develop"]}]??"teachers":["?????"??"????? "]}
{"ClassName":"???????"??"className":["???????"]??"classInfo":{"stuCount":50??"leader":"rah"}??"ClassInfo":{"stuCount":[50]??"leader":["rah"]}??"students":[{"name":"??????"??"sex":"??"??"age":12??"hobby":"java develop"}??{"name":"?????"??"sex":"??"??"age":13??"hobby":"C/C++ develop"}]??"Students":[{"name":["??????"]??"sex":["??"]??"age":["12"]??"hobby":["java develop"]}??{"name":["?????"]??"sex":["??"]??"age":["13"]??"hobby":["C/C++ develop"]}]??"teachers":["?????"??"????? "]??"Teachers":[{"name":"С÷"??"introduce":"????????????"}??{"name":"С??"??"introduce":"??????????????"}]}
???????????JSON???
????????????????JSON????????а???????????
????String ClassName1 = (String) container1.get("ClassName");
????System.out.println("ClassName data is: " + ClassName1);
????JSONArray className1 = container1.getJSONArray("className");
????System.out.println("className data is: " + className1);
????JSONObject classInfo1 = container1.getJSONObject("classInfo");
????System.out.println("classInfo data is: " + classInfo1);
????JSONObject ClassInfo1 = container1.getJSONObject("ClassInfo");
????System.out.println("ClassInfo data is: " + ClassInfo1);
????JSONArray students1 = container1.getJSONArray("students");
????System.out.println("students data is?? " + students1);
????JSONArray Students1 = container1.getJSONArray("Students");
????System.out.println("Students data is: " + Students1);
????JSONArray teachers1 = container1.getJSONArray("teachers");
????for(int i=0; i < teachers1.size(); i++){
????System.out.println("teahcer " + i + " is: "+ teachers1.get(i));
????}
????JSONArray Teachers1 = container1.getJSONArray("Teachers");
????for(int i=0; i < Teachers1.size(); i++){
????System.out.println("Teachers " + i + " is: "+ Teachers1.get(i));
????}
?????????????
????ClassName data is: ???????
????className data is: ["???????"]
????classInfo data is: {"stuCount":50??"leader":"rah"}
????ClassInfo data is: {"stuCount":[50]??"leader":["rah"]}
????students data is?? [{"name":"??????"??"sex":"??"??"age":12??"hobby":"java develop"}??{"name":"?????"??"sex":"??"??"age":13??"hobby":"C/C++ develop"}]
????Students data is: [{"name":["??????"]??"sex":["??"]??"age":["12"]??"hobby":["java develop"]}??{"name":["?????"]??"sex":["??"]??"age":["13"]??"hobby":["C/C++ develop"]}]
????teahcer 0 is: ?????
????teahcer 1 is: ?????
????Teachers 0 is: {"name":"С÷"??"introduce":"????????????"}
????Teachers 1 is: {"name":"С??"??"introduce":"??????????????"}
?????????????????JSON???????????????к?????????ο???????????