Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pack: deprecate flb_pack_json_valid() (#691)
JSMN in strict mode cannot be used to validate a JSON string without filing the tokens, it behavior is unexpected, more details about this in the following jsmn pull request: zserge/jsmn#119 (comment) this patch remove the flb_pack_json_valid() function. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information