Home > @snowplow/react-native-tracker > JsonProcessor
A function which will processor the Json onto the injected PayloadBuilder
Signature:
type JsonProcessor = (payloadBuilder: PayloadBuilder, jsonForProcessing: EventJson, contextEntitiesForProcessing: SelfDescribingJson[]) => void;