added org json simple

This commit is contained in:
MeexReay 2023-05-30 00:49:37 +03:00
parent 6936357366
commit 4c7ebd7618
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,8 @@
package themixray.repeating.mod;
import org.json.simple.JSONValue;
import org.json.simple.parser.*;
import org.json.simple.*;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;