Function readJsonStream

  • Interprets the stream as JSON and converts it to a Dict.

    Parameters

    • stream: Readable

      Stream of JSON data.

    Returns Promise<NodeJS.Dict<any>>

    The parsed object.