• Determines if given value takes the form of a default property value in JSON. This function returns true when the value is undefined, null, an empty object, or an empty array.

    Parameters

    • value: unknown

      The value to check.

    Returns boolean