Return the number of unknown elements skipped during the last decode.
Synopsis
Declared in <baljsn_decoder.h>
int
numUnknownElementsSkipped() const;
Description
Return the number of unknown elements that were skipped during the previous decoding operation. Note that unknown elements are skipped only if options.skipUnknownElements() == true.
Return Value
the number of unknown elements skipped during the last decode
Created with MrDocs