hash Map To Json
Converts Map<String, String> map
into a JSON string in the format: key1:{ v:value1 }
Return
JSON string
Parameters
map
Map<String, String> map
Converts Map<String, String> map
into a JSON string in the format: key1:{ v:value1 }
JSON string
Map<String, String> map