Skip to content

EditJsonParams.editFunction method

EditJsonParams › editFunction

The function to edit the parsed JSON data.

Signature:

editFunction(this: void, data: T): Promisable<void>

Parameters:

ParameterTypeDescription
thisvoid
dataTThe parsed JSON data to edit.

Returns: Promisable<void>