Specifies whether to validate JSON data on INSERT operations.
- ON
- Disables the validation of JSON data for the current session.
- OFF
- Enables the validation of JSON data for the current session.
Example: Disabling JSON Data Validation
The following example disables the validation of JSON data for the current session.
SET SESSION JSON IGNORE ERRORS ON;