public class JsonUtil extends Object
| Constructor and Description |
|---|
JsonUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<PointVO> |
parseArray(String text,
Class<PointVO> clazz) |
static PointVO |
parseObject(String text,
Class<PointVO> clazz) |
static String |
toJSONString(Object object) |
Copyright © 2025. All rights reserved.