SyntaxFix
Write A Post
Hire A Developer
Questions
To convert String into JSONObject you just need to pass the String instance into Constructor of JSONObject.
String
JSONObject
Eg:
JSONObject jsonObj = new JSONObject("your string");