JsonType - cJsonObject
Returns the type of the object as an integer constant
Type: Function
Return Data Type: Integer
Syntax
Function JsonType Returns Integer
Call Example
Get JsonType to IntegerVariable
Description
Returns the type of the object as an integer constant.
Return Value
Object type: | Constant | Meaning | |---|---| | jsonTypeNull | The JSON null value | | jsonTypeArray | Array | | jsonTypeBoolean | Boolean | | jsonTypeDouble | Double | | jsonTypeInteger | Integer | | jsonTypeObject | Object | | jsonTypeString | String |
Syntax
Function JsonType Returns Integer
| Col 1 | Col 2 |
|---|---|
| Call: | Get JsonType to IntegerVariable |
Description
Returns the type of the object as an integer constant.