]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The json_valid() function only returns true for pure JSON. JSON5 (or
authordrh <>
Tue, 25 Apr 2023 21:24:20 +0000 (21:24 +0000)
committerdrh <>
Tue, 25 Apr 2023 21:24:20 +0000 (21:24 +0000)
commit058f3dbb270e9784f72cf9deb7f176fa194e56fe
tree18592c91e22c397982afc9443e482c19586d2cd3
parentbe5bada4d039adbd7608cb087dbdad948374548c
The json_valid() function only returns true for pure JSON.  JSON5 (or
at least that subset of JSON5 that has been so far implemented) is accepted
by all routines, but json_valid() still returns false for JSON5 inputs.
The new json_valid5(X) routine returns true or false if X is or is not valid
JSON5.  All of this is experimental and subject to change.

FossilOrigin-Name: 5d33ab77800765c8b3a13ffcc02ba8a348d71b2b425924560418b517d723494d
manifest
manifest.uuid
src/json.c