public final class JsonUtil extends Object
| Constructor and Description |
|---|
JsonUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toJsonArray(String... array)
Converts the specified array to a json-like array string.
|
static String |
toJsonObject(Map<String,String> map)
Converts the specified map to a json-like object string.
|
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.