Package | Description |
---|---|
org.cakelab.json |
This package contains a JSON API and a JSON/POJO codec.
|
org.cakelab.json.parser | |
org.cakelab.json.parser.basic |
Modifier and Type | Method and Description |
---|---|
static JSONParser |
JSONDefaults.createDefaultParser() |
Modifier and Type | Method and Description |
---|---|
JSONParser |
JSONParserFactory.create()
Create a parser using
JSONDefaults#CODEC_IGNORE_NULL . |
abstract JSONParser |
JSONParserFactory.create(boolean ignoreNull)
Create a parser.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultParser
Default JSONParser.
|
Modifier and Type | Method and Description |
---|---|
JSONParser |
DefaultParserFactory.create(boolean ignoreNull) |