IS.OBJECT
Checks, if given value represents an object value.
Syntax
=IS.OBJECT(Value)
Arguments
Name | Type | Description |
---|---|---|
Value | Value | Value to check. |
Return
Type | Description |
---|---|
Boolean | TRUE if given value represents an object, otherwise FALSE. |
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | JSON returns an object value |
| FALSE | a text is not an object value |