| 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
Deprecated.
in 2.16. Use the Separators API instead.
|
Copyright © 2008–2024 FasterXML. All rights reserved.