jsonl
Type
External
Status
Published
Created
Mar 3, 2026
Updated
Mar 3, 2026
Source
View

import SetTheFormat from './_set_the_format.mdx';

JSONL - JSON Lines - JSON Delimited#

JSON delimited is a file format that stores several JSON documents in one file. The JSON documents are separated by a new line.

Additional data types are stored as follows:

  • datetime and date are stored as ISO strings;
  • decimal is stored as a text representation of a decimal number;
  • binary is stored as a base64 encoded string;
  • HexBytes is stored as a hex encoded string;
  • json is serialized as a string.

This file format is compressed by default.

Supported destinations#

This format is used by default by:

How to configure#

jsonl | Dosu