json_array_append_null

Syntax

native bool:json_array_append_null(JSON:array);

Usage

array
Array handle

Description

Appends a null in the array.

Return

True if succeed, false otherwise

Error

If passed handle is not a valid array