Add JsonParser:strict
A property to toggle strict conformance to the JSON spec, disabled by default to ensure backward compatibility.
The conformance test for invalid JSON now passes all units when running in strict mode.
The json-glib-validate
CLI tool has a new --strict
option that enforces strict validation.
Fixes: #15 (closed)
Edited by Emmanuele Bassi