I'm using Rest Services, I recive an object like this:
{"1":{"3":"tres"},"2":{"1":"uno","2":"dos"}}
and I want to convert it into something with this type: Map<String, Map<String,String>> map;
I'm using Rest Services, I recive an object like this:
{"1":{"3":"tres"},"2":{"1":"uno","2":"dos"}}
and I want to convert it into something with this type: Map<String, Map<String,String>> map;