JSON Event

Fires with the JSON data being written.

Syntax

public open class DefaultJsonEventListener : JsonEventListener {
  ...
  public override fun json(e: JsonJSONEvent) {}
  ...
}

public class JsonJSONEvent {
  val text: String?
}

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]