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.
The value to check.
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.