Adds org.json (along with "org.json.simple") for
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 20 Aug 2018 05:39:18 +0000 (00:39 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 20 Aug 2018 05:39:18 +0000 (00:39 -0500)
commitd84a853a5f561e0b22a1c589f79da934ecc0f30b
tree90291fa296cb7c96a99de885659f1fe3a3dadfe3
parent48706194673ef84e1a94ca801c3236864b0ed051
Adds org.json (along with "org.json.simple") for
jalview.io.JSONFile.java
25 files changed:
build-libjs.xml
libjs/json-site.zip [new file with mode: 0644]
libjs/jsonsimple-site.zip [deleted file]
srcjar/org/json/CDL.java [new file with mode: 0644]
srcjar/org/json/Cookie.java [new file with mode: 0644]
srcjar/org/json/CookieList.java [new file with mode: 0644]
srcjar/org/json/HTTP.java [new file with mode: 0644]
srcjar/org/json/HTTPTokener.java [new file with mode: 0644]
srcjar/org/json/JSONArray.java [new file with mode: 0644]
srcjar/org/json/JSONException.java [new file with mode: 0644]
srcjar/org/json/JSONML.java [new file with mode: 0644]
srcjar/org/json/JSONObject.java [new file with mode: 0644]
srcjar/org/json/JSONPointer.java [new file with mode: 0644]
srcjar/org/json/JSONPointerException.java [new file with mode: 0644]
srcjar/org/json/JSONPropertyIgnore.java [new file with mode: 0644]
srcjar/org/json/JSONPropertyName.java [new file with mode: 0644]
srcjar/org/json/JSONString.java [new file with mode: 0644]
srcjar/org/json/JSONStringer.java [new file with mode: 0644]
srcjar/org/json/JSONTokener.java [new file with mode: 0644]
srcjar/org/json/JSONWriter.java [new file with mode: 0644]
srcjar/org/json/LICENSE [new file with mode: 0644]
srcjar/org/json/Property.java [new file with mode: 0644]
srcjar/org/json/README.md [new file with mode: 0644]
srcjar/org/json/XML.java [new file with mode: 0644]
srcjar/org/json/XMLTokener.java [new file with mode: 0644]