Line-delimited JSON (LDJSON), also known as JSON Lines (JSONL) or Newline Delimited JSON (NDJSON), is a format for storing structured data where each line of a file represents a single, valid JSON object. This differs from traditional JSON, which typically contains one large JSON object or an array of objects.
Here are some Line-delimited JSON (LDJSON) tools, to convert data between Line-delimited JSON (LDJSON) and other file types, split Line-delimited JSON (LDJSON), export databases data to Line-delimited JSON (LDJSON), import Line-delimited JSON (LDJSON) data to databases.