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:
datetimeanddateare stored as ISO strings;decimalis stored as a text representation of a decimal number;binaryis stored as a base64 encoded string;HexBytesis stored as a hex encoded string;jsonis serialized as a string.
This file format is compressed by default.
Supported destinations#
This format is used by default by: