• Converts the given value to a JSON string by using JSON.stringify.

    Prevents accidentally calling JSON.stringify with more than one argument.

    Parameters

    • value: any

      the value to convert

    Returns string

Generated using TypeDoc