public class JsonUtils extends Object
Modifier and Type | Method and Description |
---|---|
static List<Integer> |
decodeIntegerArray(String json) |
static String |
encode(Boolean[] booleans) |
static String |
encode(CommandMap commandMap) |
static String |
encode(DateTimeI18n dateTimeI18n) |
static String |
encode(Integer[] integers) |
static String |
encode(List<Integer> integers) |
static String |
encode(Markup markups) |
static String |
encode(MeasureList measures,
String name) |
static String |
encode(String[] strings) |
static String |
encodeEmptyArray() |
public static String encode(CommandMap commandMap)
public static String encode(DateTimeI18n dateTimeI18n)
public static String encode(MeasureList measures, String name)
public static String encodeEmptyArray()
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.