on_start_document Event

Fires when the start of a new JSON document is encountered.

Syntax

class JSONStartDocumentEventParams(object):

# In class JSON:
@property
def on_start_document() -> Callable[[JSONStartDocumentEventParams], None]: ...
@on_start_document.setter
def on_start_document(event_hook: Callable[[JSONStartDocumentEventParams], None]) -> None: ...

Remarks

This event fires when parsing of a JSON document begins. This event may fire multiple times if InputFormat is set to a value which accepts multiple JSON documents.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]