-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_JSONBool
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the bool
value from an MTY_JSON
boolean.
bool MTY_JSONBool(
const MTY_JSON * json,
bool * value
);
json
(const MTY_JSON *
)
An MTY_JSON
boolean.
value
(bool *
)
The bool
value from json
.
bool
Returns true
on success, false
if the type of json
is not MTY_JSON_BOOL
.