JSONParser parser = new JSONParser();
JSONObject json = (JSONObject) parser.parse(stringToParse);
Created
March 26, 2018 20:00
-
-
Save arttuladhar/778602ee818755927a142250be7749d8 to your computer and use it in GitHub Desktop.
Convert JSON String to JSON Object
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment