<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > cJSON > CJSon low level interface > cJSON_Item_GetText |
Description
Return a string representing a cJSON node.
Similar to cJSON_Print.
Syntax
s = cJSON_Item_GetText(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