Returns a new JSON array.

Syntax

json_t* json_array(
    void
);

Parameters

None.

Return value

Returns a new JSON array.

Remarks

Returns a new JSON array, or NULL on error. Initially, the array is empty.

Requirements

Header file:
lib.h : System E6.0 or later.
jansson.h
jansson_config.h
jansson_log.h
Library file:
libJansson.a
libSTARTUPOPH5000.a : System E6.0 or later.

See also

Last updated: 2022/01/26