-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_JSONArrayGetLength
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the number of items in an MTY_JSON
array.
uint32_t MTY_JSONArrayGetLength(
const MTY_JSON * json
);
json
(const MTY_JSON *
)
An MTY_JSON
item to query.
uint32_t
Number of items in an MTY_JSON
array.