@java.lang.Deprecated(since = "7.1", forRemoval = true) public interface JsonGenerator extends groovy.jsonJsonGenerator
Temporary fork of groovy JsonGenerator until Groovy 2.5.0 is out.
Generates JSON from objects.
The Options builder can be used to configure an instance of a JsonGenerator.
| Modifiers | Name | Description |
|---|---|---|
interface |
JsonGenerator.Converter |
Handles converting a given type. |
class |
JsonGenerator.Options |
A builder used to construct a JsonGenerator instance that allows control over the serialized JSON output. |