JSON_CHECK JSON Function | Teradata Vantage - JSON_CHECK - Advanced SQL Engine - Teradata Database

JSON Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
gzn1554761068186.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1150
lifecycle
previous
Product Category
Teradata Vantageā„¢

The JSON_CHECK function checks a string for valid JSON syntax and provides an informative error message about the cause of the syntax failure if the string is invalid.

Condition Return Value
String is valid JSON syntax. 'OK'
String is not valid JSON syntax. 'INVALID: error message'

Error message includes cause of syntax failure.

String is NULL. Vantage NULL