| Package | Description |
|---|---|
| com.darrenfang.commons.json |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonUtil.toJsonString(Object object)
将对象转换为 Json
|
static <T> T |
JsonUtil.toObject(String json,
Class<T> clazz)
将 Json 字符串转换为对象
|
Copyright © 2017. All rights reserved.