当前位置: 首页 > 工具软件 > Jason > 使用案例 >

解析简单Jason串

公西国发
2023-12-01
1 String str = "{\"name\":\"zhangsan\",\"password\":\"zhangsan123\",\"email\":\"10371443@qq.com\"}";
2 JSONObject json = JSONObject.fromObject(str);
3 System.out.println(json.getString("name"));

转载于:https://www.cnblogs.com/cuiguangpeng/p/11558159.html

 类似资料: