Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 562 Bytes

File metadata and controls

13 lines (8 loc) · 562 Bytes

Home > @snowplow/node-tracker > PayloadBuilder > withJsonProcessor

PayloadBuilder.withJsonProcessor property

Adds a function which will be executed when building the payload to process the JSON which has been added to this payload

Signature:

withJsonProcessor: (jsonProcessor: JsonProcessor) => void;