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.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.
|
Method and Description |
---|
org.json.simple.JSONValue.parse(Reader)
this method may throw an
Error instead of returning
null ; please use JSONValue.parseWithException(Reader)
instead |
org.json.simple.JSONValue.parse(String)
this method may throw an
Error instead of returning
null ; please use JSONValue.parseWithException(String)
instead |
Apache Camel