-4

Possible Duplicate:
Convert a JSON string to object in Java?

Below is my json structure .I want to convert it to java object .Can any help me to parse this jason object

{"response":{"@id":"","":{"":[{"":"","":"","":"","":"","":"","":"","":"","":"","":"","":""},{},{},{},.....{}]}}}

Thanks
2
  • What have you tried so far? I generally start with the innermost entry and work outwards. Commented Mar 21, 2012 at 6:15
  • I've lost count how many times this exact same question has been asked *sigh* Commented Mar 21, 2012 at 6:29

1 Answer 1

0

That is not well-formed JSON. For a start, you have multiple attributes with the same name. There's no Java JSON library that could represent that.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.