Skip to content

Instantly share code, notes, and snippets.

@arttuladhar
Created March 26, 2018 20:00
Show Gist options
  • Save arttuladhar/778602ee818755927a142250be7749d8 to your computer and use it in GitHub Desktop.
Save arttuladhar/778602ee818755927a142250be7749d8 to your computer and use it in GitHub Desktop.
Convert JSON String to JSON Object

Convert JSON String to json Object

JSONParser parser = new JSONParser();
JSONObject json = (JSONObject) parser.parse(stringToParse);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment