Util: Switch users of net.minidev.json to com.json.simple

Tested with bundled 1.1.1 and Debian/Ubuntu 2.3.0
This commit is contained in:
zzz
2018-11-19 14:48:21 +00:00
parent af9ce6d173
commit 54184f2889
3 changed files with 17 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
package edu.internet2.ndt;
import net.minidev.json.JSONObject;
import net.minidev.json.JSONValue;
import org.json.simple.JSONObject;
import org.json.simple.JSONValue;
import java.util.Iterator;
import java.util.Map;