Skip to content

JSON_TO_STRING_PRETTY

Jurek Muszyński edited this page Dec 19, 2021 · 4 revisions

char *JSON_TO_STRING_PRETTY(JSON *json)

Description

Converts JSON object to prettified string.

Returns

Pointer to a NULL-terminated string.

Example

See JSON_ADD_STR_A.

Clone this wiki locally