TJsonResponse is the base class for all JSON response provider classes.
Derived classes must implement {@link getJsonContent()} to return
an object or literals to be converted to JSON format. The response
will be empty if the returned content is null.