cJSON_GetError

<< Click to Display Table of Contents >>

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

cJSON_GetError

 

Description

 
In case of error (for example cJSON_Parse returning a null pointer) returns a piece of JSON text where the error occurred.

 

Syntax

 

s = cJSON_GetError[()]

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples