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

    Parameters

    • stream: Readable

      Stream of JSON data.

    Returns Promise<Json>

    The parsed object.