Skip to content

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
);

Parameters

json (const MTY_JSON *)

An MTY_JSON item to query.

Return value

uint32_t

Number of items in an MTY_JSON array.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: JSON

Clone this wiki locally