JSONVALID

JSONVALID determines whether a buffer contains valid JSON text. This function returns a size_t 1 value of zero if the JSON text is valid; otherwise, it returns the index of the first invalid byte.

Read syntax diagramSkip visual syntax diagramJSONVALID( 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.