Skip to main content
JSONReader is a reader class that allows you to read data from JSON files.

Parameters

JSONReader also accepts the base Reader constructor parameters.

Methods

read()

Reads a JSON file and returns a list of documents.

async_read()

The async variant of read(). It accepts the same parameters.