データと設定.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 — 構造化データ。開く
- .csvCSVComma-Separated Values 表形式データ。開く
- .tsvTSVTab-Separated Values 表形式データ。開く
- .xmlXMLExtensible Markup Language。開く
- .yamlYAML人間可読な設定/データ形式。開く
- .tomlTOMLTom's Obvious Minimal Language 設定。開く
- .iniINIクラシックな key=value 設定ファイル。開く
- .dbSQLite.db / .sqlite データベースファイル。開く