Skip to main content
Reads an incoming stream of JSON, such as a downloaded file or an API response, and turns it into items your integration can work with. Use this when the data you receive is JSON. You can either read the whole document at once, which is simplest for normal-sized files, or read it incrementally, which lets you process very large files a piece at a time without loading everything into memory.

Fields

Sample data

This format reads an incoming stream, so it is selected on a step that fetches a file or a response (for example reading a file from a folder) rather than run on data you already have. The example below shows the JSON it reads and the items it produces with the settings listed. Input (the JSON in the stream):
Output (one item per entry in the matched list):