-
Interfaces Interface Description org.json.simple.JSONAware since 2.0.0, replaced byJsonableorg.json.simple.JSONStreamAware since 2.0.0, replaced byJsonableorg.json.simple.parser.ContainerFactory since 2.0.0 the same results can be achieved with the Map and Collection constructors in java post parsing.org.json.simple.parser.ContentHandler since 2.0.0 it doesn't extend the SAX ContentHandler promoting bad practices and incompatible code.
-
Classes Class Description org.json.simple.ItemList since 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.org.json.simple.JSONArray since 2.0.0, replaced byJsonArrayorg.json.simple.JSONObject since 2.0.0, replaced byJsonObjectorg.json.simple.JSONValue since 2.0.0, replaced byJsonerorg.json.simple.parser.JSONParser since 2.0.0, copied to a new packageJsoner.org.json.simple.parser.Yytoken since 2.0.0, copied to a new package.
-
Exceptions Exceptions Description org.json.simple.parser.ParseException since 2.0.0, copied to a new package.