Skip to content

EditJsonSyncParams.editFunction method

EditJsonSyncParams › editFunction

The function to edit the parsed JSON data.

Signature:

editFunction(this: void, data: T): void

Parameters:

ParameterTypeDescription
thisvoid
dataTThe parsed JSON data to edit.

Returns: void