Description
Return a string representing a cJSON node.
Syntax
s = cJSON_Print(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