IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

ANSI (Cross Platform)
virtual int FireIgnorableWhitespace(JSONIgnorableWhitespaceEventParams *e);
typedef struct {
const char *Text; int reserved; } JSONIgnorableWhitespaceEventParams; Unicode (Windows) virtual INT FireIgnorableWhitespace(JSONIgnorableWhitespaceEventParams *e);
typedef struct {
LPCWSTR Text; INT reserved; } JSONIgnorableWhitespaceEventParams;
- (void)onIgnorableWhitespace:(NSString*)text;
#define EID_JSON_IGNORABLEWHITESPACE 5

virtual INT IPWORKSIOT_CALL FireIgnorableWhitespace(LPSTR &lpszText);

Remarks

The ignorable whitespace section is provided by the Text parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 C++ Edition - Version 20.0 [Build 8265]