• Stringifies potentially very large objects to JSON, sending chunks to the provided send function.

    Parameters

    • obj: unknown
    • end: string
    • send: (s: string) => void

    Returns void