Is it possible to include a library in IDE Processing that is not in the repository?

For example, I need to access the JSON library.
I didn’t find it in the repository

import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;

How can I contact her in another way?

Hi @sanja404. Yes, you can do this. You can place any library in the ~/Documents/Processing/libraries folder. The library should have a folder structure like json/library/json.jar or something similar. Restart Processing and it should be available.