public class JsonWrapper extends Object
| Constructor and Description |
|---|
JsonWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
parse(String text) |
<T> T |
parseObject(byte[] bytes,
Type clazz) |
<T> T |
parseObject(String text,
Type clazz) |
byte[] |
toJSONBytes(Object object) |
String |
toJSONString(Object object) |
Copyright © 2023. All rights reserved.