-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_JSONDuplicate
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Deep copy an MTY_JSON
item.
MTY_JSON *MTY_JSONDuplicate(
const MTY_JSON * json
);
json
(const MTY_JSON *
)
The MTY_JSON
item to duplicate.
MTY_JSON *
The returned MTY_JSON
item should be destroyed with MTY_JSONDestroy
if it remains the root item in the hierarchy.