coreJSON  v3.0.2
Parser library for the ECMA-404 JSON standard
JSON_Validate

Parse a buffer to determine if it contains a valid JSON document.

JSONStatus_t JSON_Validate( const char * buf,
size_t max );

See core_json.h for docs.

Verify that the entire buffer contains exactly one scalar or collection within optional whitespace.

JSON_Validate
JSONStatus_t JSON_Validate(const char *buf, size_t max)
Parse a buffer to determine if it contains a valid JSON document.
Definition: core_json.c:1123
JSONStatus_t
JSONStatus_t
Return codes from coreJSON library functions.
Definition: core_json.h:45