cJSON_Item_GetTypeName

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > cJSON > CJSon low level interface >

cJSON_Item_GetTypeName

 

Description

 
Given a cJSON node, this function returns the cJSON node type name.

 

Syntax

 

s = cJSON_Item_GetTypeName(cJSON Ptr)

 

Returns

 

String: see cJSON equates for possible values

 

Parameters

 

Name

Type

Optional

Meaning

cJSON

UDT Ptr

No

A pointer to a cJSON data structure

 

Remarks

 

Restrictions

 

See also

 

Examples