Skip to content

JSON_RESET

Jurek Muszyński edited this page Sep 11, 2018 · 2 revisions

void JSON_RESET(JSON json)

Description

Removes all the elements from JSON object.

Returns

None

Example

JSON_RESET(json);
Clone this wiki locally