0

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;

Willem Van Onsem
  • 443,496
  • 30
  • 428
  • 555
  • How do you get the data from JS to Java? Transmitting JSON would work. Easy to produce in JS, lots of parsers for Java. – Thilo Oct 08 '15 at 00:03
  • [How to parse JSON in Java](http://stackoverflow.com/questions/2591098/how-to-parse-json-in-java) – Mick Mnemonic Oct 08 '15 at 00:07
  • 1
    Possible duplicate of [Parsing JSON in java](http://stackoverflow.com/questions/1541125/parsing-json-in-java) – Cacho Santa Oct 08 '15 at 00:09

0 Answers0