JSON Event

Fires with the JSON data being written.

Syntax

public class DefaultJsonEventListener implements JsonEventListener {
  ...
  public void JSON(JsonJSONEvent e) {}
  ...
}

public class JsonJSONEvent {
  public String text;
}

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

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