EndDocument Event

Fires when the end of a JSON document is encountered.

Syntax

ANSI (Cross Platform)
virtual int FireEndDocument(JSONEndDocumentEventParams *e);
typedef struct { int reserved; } JSONEndDocumentEventParams; Unicode (Windows) virtual INT FireEndDocument(JSONEndDocumentEventParams *e);
typedef struct { INT reserved; } JSONEndDocumentEventParams;
- (void)onEndDocument;
#define EID_JSON_ENDDOCUMENT 2

virtual INT IPWORKSMQ_CALL FireEndDocument();

Remarks

This event fires when parsing of a JSON document ends. 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 MQ 2020 C++ Edition - Version 20.0 [Build 8155]