Java Question How do i import org.json.JSONObject?

Douglas Farias

Expert
Licensed User
Longtime User
I want to compile a piece of code that uses the JSONObject and JSONException classes. If i leave the import like this: "import org.json.JSONObject;", the compiler does not accept it. How do i handle that anyway? Thanks
 

Attachments

  • json.jpg
    json.jpg
    392.3 KB · Views: 357
Top