Package-level declarations

Types

Link copied to clipboard
interface Json : Variable

提供一套用于处理 JSON 数据的 API,是对 Gson 库的封装, 作为脚本环境中的 json 全局变量接口。

Link copied to clipboard

表示 JSON 规范中的数组 ([])。

Link copied to clipboard
interface JsonElement : ObjectWrapper<ERROR CLASS: Symbol not found for com.google.gson.JsonElement>

表示任何有效的 JSON 值的基类。 它可以是 JsonObjectJsonArray, JsonPrimitive、JSON 字面量 (如字符串、数字、布尔值) 或 null

Link copied to clipboard

表示 JSON 规范中的对象 ({})。

Link copied to clipboard

表示 JSON 规范中的原始类型。