Skip to content

JSON_TO_STRING

Jurek Muszyński edited this page Sep 12, 2018 · 3 revisions

char *JSON_TO_STRING(JSON json)

Description

Converts JSON object to string.

Returns

Pointer to a NULL-terminated string.

Example

See JSON_ADD_STR_A.

Clone this wiki locally