ISOBJECT
Checks, if given value represents an object value.
Syntax
=ISOBJECT(Value)
Arguments
| Name | Description | 
|---|---|
| Value | Value to check. | 
Return
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 |