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();
Subject - java programming I have errors inside my code and I have bolded the errors inside my code. Fix the errors Thes
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am