JSONPUTARRAYSTART

JSONPUTARRAYSTART(p,n) writes an opening bracket [ to the buffer if the number of available bytes n is greater than zero. The function returns a size_t 1 value equal to 1.

Read syntax diagramSkip visual syntax diagramJSONPUTARRAYSTART( p, n)
p
A pointer that specifies the address of a buffer to be written.
n
A size_t value that specifies the number of available bytes in the buffer.