Fix erreur de push
parent
3385e4cecb
commit
a33bba5a6e
@ -1,7 +0,0 @@
|
|||||||
package modeles;
|
|
||||||
|
|
||||||
public class Snippet {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
org.json }
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
package modeles;
|
|
||||||
|
|
||||||
import java.io.FileReader;
|
|
||||||
import java.util.Iterator;
|
|
||||||
import java.util.Map;
|
|
||||||
import org.json.*;
|
|
||||||
import org.json.simple.JSONArray;
|
|
||||||
import org.json.simple.JSONObject;
|
|
||||||
import org.json.simple.parser.*;
|
|
||||||
|
|
||||||
import jdk.nashorn.internal.parser.JSONParser;
|
|
||||||
import jdk.nashorn.internal.runtime.JSONListAdapter;
|
|
||||||
public class parseurJson {
|
|
||||||
Object obj = new JSONParser().parse(new FileReader("map.json"));
|
|
||||||
JSONObject = jo = (JSONObject) obj;
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue