Skip to main content

Description

In this format, a single JSON object is interpreted as a single value. If the input has several JSON objects (which are comma separated), they are interpreted as separate rows. If the input data is enclosed in [], it is interpreted as an array of JSON objects.
This format can only be parsed for a table with a single field of type String. The remaining columns must be set to either DEFAULT or MATERIALIZED, or be omitted.
Once you serialize the entire JSON object to a String you can use the JSON functions to process it.

Example usage

Basic example

Query
Response

An array of JSON objects

Query
Response

Format settings