@Deprecated public interface JsonParser
| Modifier and Type | Method and Description |
|---|---|
String |
formatMap(Map<String,?> map)
Deprecated.
Convert the Map to JSON
|
Map<String,Object> |
parseMap(String json)
Deprecated.
Parse the specified JSON string into a Map.
|
Copyright © 2021. All rights reserved.