Package | Description |
---|---|
cn.hutool.json |
JSON封装,基于json.org官方库改造
|
Modifier and Type | Class and Description |
---|---|
class |
JSONArray
JSON数组
JSON数组是表示中括号括住的数据表现形式 对应的JSON字符串格格式例如: ["a", "b", "c", 12] |
class |
JSONObject
JSON对象
例: json = new JSONObject().put("JSON", "Hello, World! |
Copyright © 2024. All rights reserved.