on_ignorable_whitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

class JSONIgnorableWhitespaceEventParams(object):
  @property
  def text() -> str: ...

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

Remarks

The ignorable whitespace section is provided by the Text parameter.

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