public class DefaultParserFactory extends JSONParserFactory
Constructor and Description |
---|
DefaultParserFactory() |
Modifier and Type | Method and Description |
---|---|
JSONParser |
create(boolean ignoreNull)
Create a parser.
|
create
public JSONParser create(boolean ignoreNull)
JSONParserFactory
create
in class JSONParserFactory
ignoreNull
- Whether to ignore attributes, which have a null value and not add them to the object representation.