Skip to content

MTY_JSONGetType

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get the MTY_JSONType of an MTY_JSON item.

MTY_JSONType MTY_JSONGetType(
    const MTY_JSON * json
);

Parameters

json (const MTY_JSON *)

An MTY_JSON item.

Return value

MTY_JSONType

MTY_JSONType of an MTY_JSON item.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: JSON

Clone this wiki locally