Package-level declarations
Types
Link copied to clipboard
表示 JSON 规范中的数组 ([])。
Link copied to clipboard
interface JsonElement : ObjectWrapper<ERROR CLASS: Symbol not found for com.google.gson.JsonElement>
表示任何有效的 JSON 值的基类。 它可以是 JsonObject、JsonArray, JsonPrimitive、JSON 字面量 (如字符串、数字、布尔值) 或 null。
Link copied to clipboard
表示 JSON 规范中的对象 ({})。
Link copied to clipboard
表示 JSON 规范中的原始类型。