Package | Description |
---|---|
org.cakelab.json.parser | |
org.cakelab.json.parser.pojo |
Modifier and Type | Method and Description |
---|---|
Parser |
ParserFactory.create() |
abstract Parser |
ParserFactory.create(boolean ignoreNull)
Create a parser.
|
Modifier and Type | Class and Description |
---|---|
class |
POJOParser
Parser used by a JSONCodec to parse JSON strings.
|
Modifier and Type | Method and Description |
---|---|
Parser |
POJOParserFactory.create(boolean ignoreNull) |