cJSON_Delete

<< Click to Display Table of Contents >>

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

cJSON_Delete

 

Description

 
Delete a cJSON entity and all sub entities.

 

Syntax

 

cJSON_Delete(cJSON Ptr)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

cJSON

UDT Ptr

No

A pointer to a cJSON data structure

 

Remarks

 

Restrictions

 

See also

 

Examples