SuiteResult.to_json#

SuiteResult.to_json(with_display: bool = True, **kwargs)[source]#

Return check result as json.

Parameters
with_displaybool, default True

whether to include serialized SuiteResult.display items into the output or not

Returns
str