IP*Works! 2016 Node.js Edition
IP*Works! 2016 Node.js Edition
Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

json.on('JSON', [callback])

Callback

The 'callback' is called when the 'JSON' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.text

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
IP*Works! 2016 Node.js Edition - Version 16.0 [Build 7239]