mapToJson

public final static String mapToJson(Map<String, Object> map)

Converts a map to a JSON string.

Return

The JSON string.

Parameters

map

The map to convert.