接口的使用
org.redkale.convert.json.JsonElement
-
使用JsonElement的程序包 程序包 说明 org.redkale.convert.json 提供JSON的序列化和反解析功能 -
-
org.redkale.convert.json中JsonElement的使用
实现JsonElement的org.redkale.convert.json中的类 修饰符和类型 类 说明 class
JsonArray
常规json数组class
JsonObject
常规json对象class
JsonString
常规json字符串返回JsonElement的org.redkale.convert.json中的方法 修饰符和类型 方法 说明 static JsonElement
JsonElement. convertFrom(char[] text)
static JsonElement
JsonElement. convertFrom(char[] text, int offset, int length)
static JsonElement
JsonElement. convertFrom(String text)
-