Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Use a JSON parser. There are about 20 to choose from, listed on the bottom of the page json.org (which is a good page to visit anyway, to learn the JSON syntax). Commented Jul 24, 2014 at 17:01
  • And that data is a JSON array containing two JSON objects. This is equivalent to a Java List containing two Java Maps. Commented Jul 24, 2014 at 17:03