-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_JSONParse
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Parse a string into an MTY_JSON
item.
MTY_JSON *MTY_JSONParse(
const char * input
);
input
(const char *
)
Serialized JSON string.
MTY_JSON *
On failure, NULL
is returned. Call MTY_GetLog
for details.
The returned MTY_JSON
item should be destroyed with MTY_JSONDestroy
if it remains the root item in the hierarchy.