EndDocument Event

Fires when the end of a JSON document is encountered.

Syntax

public open class DefaultJsonEventListener : JsonEventListener {
  ...
  public override fun endDocument(e: JsonEndDocumentEvent) {}
  ...
}

public class JsonEndDocumentEvent {
}

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) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]