Package | Description |
---|---|
ratpack.gson |
Provides integration with Google Gson for JSON parsing and rendering.
|
Modifier and Type | Method and Description |
---|---|
static GsonRender |
Gson.json(java.lang.Object object)
Creates a
renderable object to render the given object as JSON. |
static GsonRender |
Gson.json(java.lang.Object object,
com.google.gson.Gson gson)
Creates a
renderable object to render the given object as JSON. |