Function jsonStringifySafe

  • Attempts to run JSON.stringify() on the given value, and does a brute force string coersion on error.

    Parameters

    • value: any

    Returns string

Generated using TypeDoc