CheckResult.to_json

CheckResult.to_json(with_display: bool = True)[source]

Return check result as json.

Parameters
with_displaybool

controls if to serialize display or not

Returns
str
{‘name’: .., ‘params’: .., ‘header’: ..,

‘summary’: .., ‘conditions_table’: .., ‘value’, ‘display’: ..}