Skip to content

JSON_TO_STRING

Jurek Muszyński edited this page Dec 19, 2021 · 5 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