JSONUtils
Functions
Link copied to clipboard
Parses the
HashMap<String, MessageExpansion>
object into a JSON string.Link copied to clipboard
Converts a JSON string into a
HashMap<String, String>
Link copied to clipboard
Converts
Map<String, MessageExpansion>
to HashMap<String, String>
MessageExpansionLink copied to clipboard
Converts
Map<String, String> map
into a JSON string in the format: key1:{ v:value1 }Link copied to clipboard
Converts a JSON string into a
HashMap<String, MessageExpansion>
object MessageExpansionLink copied to clipboard
Assembles the user-defined Map collection and timestamp into a JSON string
Link copied to clipboard
public static List<Object> removeKeysInExpansionEx(List<String> arrayList, HashMap<String, MessageExpansion> hashMap)
Deletes the specified keys
Link copied to clipboard
public static List<Object> removeKeysTSInExpansionEx(long time, List<String> arrayList, HashMap<String, MessageExpansion> hashMap)
Deletes the specified keys with timestamp comparison