Interface and Description |
---|
org.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.
|
org.json.simple.JSONAware
since 2.0.0, replaced by
Jsonable |
org.json.simple.JSONStreamAware
since 2.0.0, replaced by
Jsonable |
Class and 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 by
JsonArray |
org.json.simple.JSONObject
since 2.0.0, replaced by
JsonObject |
org.json.simple.parser.JSONParser
since 2.0.0, copied to a new package
Jsoner . |
org.json.simple.JSONValue
since 2.0.0, replaced by
Jsoner |
org.json.simple.parser.Yytoken
since 2.0.0, copied to a new package.
|
Exceptions and Description |
---|
org.json.simple.parser.ParseException
since 2.0.0, copied to a new package.
|
Copyright © 2017. All rights reserved.