WebController.json

Generates a json response.

class WebController(TView)
final
json
(
T
)

Parameters

jsonObject T

The object to serialize as json.

Return Value

Type: Status

A status of Status.end

Meta