I have a JSONObject with some attributes that I want to convert into a Map
JSONObject
Map
Is there something that I can use from the
use Jackson(http://jackson.codehaus.org/) from http://json.org/
HashMap result = new ObjectMapper().readValue(, HashMap.class);