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