| Package | Description |
|---|---|
| javax.json |
Java API for JSON Processing API provides a way to process
(for e.g.
|
| Modifier and Type | Field and Description |
|---|---|
static JsonFeature |
JsonFeature.PRETTY_PRINTING
Feature for generating JSON in a pretty manner.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<JsonFeature> |
JsonConfiguration.getFeatures()
Returns a
Iterable for features in this configuration. |
| Modifier and Type | Method and Description |
|---|---|
JsonConfiguration |
JsonConfiguration.with(JsonFeature feature)
Adds a
feature to this configuration |
Copyright © 2013. All Rights Reserved.