JSON Data Type | JSON String Syntax | Teradata Vantage - JSON String Syntax - 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ā„¢

A string has valid JSON syntax if it conforms to the JSON standard syntax as specified in http://www.json.org/. Syntax for the JSON type conforms to this standard, which is shown below.

Syntax

{ object | array }

Syntax Elements

object
{ [ name/value_pair [,...] ] }
array
[ [ value [,...] ] ]
You must type the colored or bold brackets.
name/value_pair
"string" : { "string" | number | object | array | null | true | false }
string
A JSON string literal enclosed in double quotation marks.
number
A JSON numeric literal.