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;

3
  • How do you get the data from JS to Java? Transmitting JSON would work. Easy to produce in JS, lots of parsers for Java. Commented Oct 8, 2015 at 0:03
  • How to parse JSON in Java Commented Oct 8, 2015 at 0:07
  • 1
    Possible duplicate of Parsing JSON in java Commented Oct 8, 2015 at 0:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.