Skip to content

MTY_JSONDestroy

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Destroy an MTY_JSON item.

void MTY_JSONDestroy(
    MTY_JSON ** json
);

Parameters

json (MTY_JSON **)

Passed by reference and set to NULL after being destroyed.

This function destroys all children of the item, meaning only the root item in the hierarchy should ever be destroyed.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: JSON

Clone this wiki locally