Interface | Description |
---|---|
ContainerFactory |
ContainerFactory is an Adaptation of the ContainerFactory Interface from the RFC4627 compliant JSON Simple
(https://code.google.com/p/json-simple/).
|
ContentHandler |
ContentHandler is an Adaptation of the ContentHandler Interface from the RFC4627 compliant JSON Simple
(https://code.google.com/p/json-simple/).
|
Class | Description |
---|---|
Converter |
TypeConverter transforms the JSON Object to certain Primitive/Simple Data Type Arrays, i.e., double,
integer, String, or JulianDate Arrays.
|
JSONParser |
JSONParser is an Adaptation of the JSONParser Class from the RFC4627 compliant JSON Simple
(https://code.google.com/p/json-simple/).
|
Yylex |
Yylex is an Adaptation of the Yylex Class from the RFC4627 compliant JSON Simple
(https://code.google.com/p/json-simple/).
|
Yytoken |
Yytoken is an Adaptation of the Yytoken Class from the RFC4627 compliant JSON Simple
(https://code.google.com/p/json-simple/).
|
Exception | Description |
---|---|
ParseException |
ParseException is an Adaptation of the ParseException Class from the RFC4627 compliant JSON Simple
(https://code.google.com/p/json-simple/).
|