lookup> .jsonl

.JSONL·File Extension

JSON Lines FileNewline-delimited JSON, one JSON object per line for streaming large datasets.

Data & Text
Extension.jsonl
File typeJSON Lines File
MIME type
CategoryData & Text
Charset
Compressible
Format familyjson

What is a .jsonl file?

A .jsonl file is a JSON Lines File — Newline-delimited JSON, one JSON object per line for streaming large datasets.

In the mime-db registry it has no registered standard MIME type. When serving this file over HTTP, use a Content-Type that matches its actual format.

  • Use jq or VS Code to open and edit .jsonl files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

# No standard MIME type is registered for .jsonl

Common software that reads/writes .jsonl:

jqVS CodePython
.jsonlextension of
format
jsonserved as
mime type
sent via header
http header
  • Configuration files
  • Data interchange between systems
  • API request and response payloads
  • Logs and data exports
  • Open the file with jq, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .jsonl extension, or export this format from jq.

What programs can open .jsonl files?

Common options include jq, VS Code, Python. You can also open many of these files with built-in viewers or a browser.

How do I create a .jsonl file?

Create a new file in any text editor or the app that owns the format and save it with the .jsonl extension.

Updated 2026-08-18

Related extensions

Related programming languages

Related headers

Related methods

Related status codes