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

    Returns

    The parsed object.

    Parameters

    • stream: Readable

      Stream of JSON data.

    Returns Promise<NodeJS.Dict<any>>