JsonType - cJsonObject

Returns the type of the object as an integer constant

Type: Function

Return Data Type: Integer

Parameters: None

Return Value

Object type:

ConstantMeaning
jsonTypeNullThe JSON null value
jsonTypeArrayArray
jsonTypeBooleanBoolean
jsonTypeDoubleDouble
jsonTypeIntegerInteger
jsonTypeObjectObject
jsonTypeStringString


Syntax
Function JsonType Returns Integer

Call: Get JsonType to IntegerVariable


Description

Returns the type of the object as an integer constant.