Skip to main content
Skip to main content

JSONStringsEachRow

InputOutputAlias

Description

Differs from the JSONEachRow only in that data fields are output in strings, not in typed JSON values.

Example Usage

{"num":"42","str":"hello","arr":"[0,1]"}
{"num":"43","str":"hello","arr":"[0,1,2]"}
{"num":"44","str":"hello","arr":"[0,1,2,3]"}

Format Settings