EditJsonParams.editFn method
EditJsonParams › editFn
The function to edit the parsed JSON data.Signature:
editFn(this: void, data: T): Promisable<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| data | T | The parsed JSON data to edit. |
Returns: Promisable<void>