Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Field and Description |
---|---|
static SerializedString |
PrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATOR
Default String used for separating root values is single space.
|
Modifier and Type | Field and Description |
---|---|
static SerializedString |
DefaultPrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATOR
Constant that specifies default "root-level" separator to use between
root values: a single space character.
|
Copyright © 2008–2018 FasterXML. All rights reserved.