Skip to content

Tap Json

Tap JSON

Reads a JSON formatted stream from stdin and persist it as a Singer formatted stream to stdout.

How to use

Just connect tap-json’s stdin to the stdout of any JSON streamer:

Terminal window
streamer-any-streamer | tap-json

The output can be used to push data to any singer target:

Terminal window
streamer-any-streamer | tap-json | target-any-target