Skip to main content
Skip to main content

JSONCompactEachRow

Description

Differs from JSONEachRow only in that data rows are output in arrays, not in objects.

Example Usage

Example:

[42, "hello", [0,1]]
[43, "hello", [0,1,2]]
[44, "hello", [0,1,2,3]]

Format Settings