Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created February 18, 2014 06:30
Show Gist options
  • Select an option

  • Save jamescarr/9065650 to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/9065650 to your computer and use it in GitHub Desktop.
JsonParserFactory factory = JsonParserFactory.getInstance();
JSONParser parser = factory.newJsonParser();
Map jsonMap = parser.parseJson(jsonString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment