Skip to content

MTY_JSONNumberCreate

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Create a new MTY_JSON number.

MTY_JSON *MTY_JSONNumberCreate(
    double value
);

Parameters

value (double)

The initialization value.

Return value

MTY_JSON *

The returned MTY_JSON item should be destroyed with MTY_JSONDestroy if it remains the root item in the hierarchy.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: JSON

Clone this wiki locally