toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.common
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.common
/
JSONUtils
/
hashMapToJson
hash
Map
To
Json
io.rong.common
public
static
String
hashMapToJson
(
Map
<
String
,
String
>
map
)
将
Map<String, String> map
转换成 json 字符串 格式:"key1":{ "v":"value1" }
Return
字符串
Parameters
map
Map<String, String> map