| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonSink<SELF extends JsonSink<SELF>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonAppendableWriter
JSON writer that emits JSON to a
Appendable. |
class |
JsonBuilder<T>
Builds a
JsonObject or JsonArray. |
class |
JsonStringWriter
JSON writer that emits JSON to a
String. |
Copyright © 2020. All rights reserved.