Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Stringify an object using JSON.stringify.

      Parameters

      • value: any

        The value to convert to a JSON string.

      • indent: string | number = 0

        The number of space characters to use as whitespace.

      Returns undefined | string

      A JSON string representing the given value, or undefined.

      {{jsonStringify val}}