NULL if the input is NULL.
Syntax
Aliases
Parameters
Return Type
TheJSON_IS_VALID function returns a result of type BOOL.
Remarks
If you want to know why the input string is invalid JSON, you can also use theCHECK_JSON function.
Examples
Example The following code example validates a valid JSON string and returnsTRUE:
Rows: 1Execution time: 5.85ms
FALSE:
Rows: 1Execution time: 5.33ms