WebController.jsonString

Generates a json response from a json string.

class WebController(TView)
final
jsonString
(
string s
)

Parameters

s string

The json string.

Return Value

Type: Status

A status of Status.end

Meta