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