I have the following JSON Object
import org.json.JSONObject;
JSONObject jsonObject = new JSONObject("jsonString")
The output of the above jsonObject follows:
{
"elements": {
"barType": "bar",
"website": "website",
"endDate": "end",
"fooText": "text",
"fooDisclaimer": "Discla...