Данные и конфигурация.ndjson · .jsonl
NDJSON просмотрщик
О формате NDJSON
Newline-delimited JSON — one JSON object per line.
NDJSON (newline-delimited JSON), also written JSON Lines or .jsonl, stores one self-contained JSON value per line. It's the format of choice for logs, data exports, and streaming pipelines because each record can be read independently. Our viewer parses every line locally and lets you browse records as a tree.
Частые вопросы
- What is a NDJSON file?
- NDJSON (newline-delimited JSON), also written JSON Lines or .jsonl, stores one self-contained JSON value per line. It's the format of choice for logs, data exports, and streaming pipelines because each record can be read independently. Our viewer parses every line locally and lets you browse records as a tree.
- Is my file uploaded?
- No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
- Does it work on mobile?
- Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
Ещё в разделе «Данные и конфигурация»
- .jsonJSONJavaScript Object Notation — структурированные данные.Открыть
- .csvCSVТабличные данные CSV.Открыть
- .tsvTSVTab-Separated Values табличные данные.Открыть
- .xmlXMLExtensible Markup Language.Открыть
- .yamlYAMLЧеловекочитаемый формат конфигов/данных.Открыть
- .tomlTOMLTom's Obvious Minimal Language config.Открыть
- .iniINIКлассические config-файлы key=value.Открыть
- .dbSQLiteФайл базы данных .db / .sqlite.Открыть