JSONPUTOBJECTSTART

JSONPUTOBJECTSTART(p,n) writes an opening brace 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 diagram
>>-JSONPUTOBJECTSTART(p,n)-------------------------------------><

p
A pointer that specifies the address of a buffer to be written.
n
A size_t that specifies the number of available bytes in the buffer.