Page 1 of 1

Subject - java programming I have errors inside my code and I have bolded the errors inside my code. Fix the errors Thes

Posted: Fri May 20, 2022 6:23 pm
by answerhappygod
Subject - java programming
I have errors inside my code and I have bolded the errors inside
my code. Fix the errors
These are the error logs
Package org.json does not exist
Class JSON object does not exist
Class JSON array does not exist
Class JSONException does not exist
Code
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
JSONObject obj = new
JSONObject(jsonString);
JSONArray jsonOwnerArray =
obj.getJSONArray("Owner");
JSONObject carShowInfo = new
JSONObject();