cJSON_Item_GetName

<< Click to Display Table of Contents >>

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

cJSON_Item_GetName

 

Description

 
Given a cJSON node, this function returns its name, if present.

 

Syntax

 

s = cJSON_Item_GetName(cJSON Ptr)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

cJSON

UDT Ptr

No

A pointer to a cJSON data structure

 

Remarks

 

Restrictions

 

See also

 

Examples