public class JsonUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toJson(Collection<?> collection) |
static String |
toJson(Map<?,?> map) |
public static String toJson(Collection<?> collection)
collection
- must not be null
.Copyright © 2024. All rights reserved.