Another good solution is to use GSON. Here's an example:
private static final String MAP = "map";
private static final Type MAP_TYPE = new TypeToken
More information about gson at http://code.google.com/p/google-gson/
Pretty simple right? ;)
Take care