class documentation

class JSONReporter(BaseJSONReporter): (source)

View In Hierarchy

TODO: 3.0: Remove this JSONReporter in favor of the new one handling abs-path and confidence. TODO: 2.16: Add a new JSONReporter handling abs-path, confidence and scores. (Ultimately all other breaking change related to json for 3.0).

Static Method deserialize Undocumented
Static Method serialize Undocumented

Inherited from BaseJSONReporter:

Method display_messages Launch layouts display.
Method display_reports Don't do anything in this reporter.
Class Variable extension Undocumented
Class Variable name Undocumented
Method _display Do nothing.
@staticmethod
def deserialize(message_as_json: OldJsonExport) -> Message: (source)
@staticmethod
def serialize(message: Message) -> OldJsonExport: (source)