Skip to content

JSON_RESET

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

void JSON_RESET(JSON *json)

Description

Removes all the elements from JSON object.

Returns

None

Example

JSON_RESET(&json);
Clone this wiki locally