一、普通json格式 如:{“name”:“乔治”,“id”:1} private void getObject(String json){ JSONObject jsonObject = JSON.parseObject(json); String id = js...