Skip to main content
Version: Streamsheets 3.0

IS.OBJECT

Checks, if given value represents an object value.

Syntax

=IS.OBJECT(Value)

Arguments

NameTypeDescription
ValueValueValue to check.

Return

TypeDescription
BooleanTRUE if given value represents an object, otherwise FALSE.

Examples

FormulaResultComment
=IS.OBJECT(JSON(A1:B1))
TRUEJSON returns an object value
=IS.OBJECT("object")
FALSEa text is not an object value