JAVA
map to json string
hani^___^
2013. 1. 16. 19:04
ObjectMapper mapper = new ObjectMapper();
String jsonString = mapper.writeValueAsString(map);