JSONL Sample Files
Verified downloads with technical metadata and integrity checks.
Format Overview
JSON Lines (.jsonl) stores one JSON object per line for stream processing. Use sample JSONL files to validate line-delimited parsing and incremental ingestion performance.
Validation Methodology
- Validate extension and MIME detection before processing.
- Benchmark performance with small and larger files.
- Test malformed-input handling and error messaging.
Download Files
| Filename | Size | MIME | SHA256 | Download |
|---|---|---|---|---|
|
jsonl_sample_file_1MB.jsonl
.jsonl
|
1.0 MB | application/octet-stream |
dcf2afe9a340f1a512d6431f93b3606e70ae95f210115ffed006d65f69d0eb9a |
Download |
|
jsonl_sample_file_200KB.jsonl
.jsonl
|
200.0 KB | application/octet-stream |
3a35e93b5843e16dda333c8603842972e4773289454538db111c5ee1590ac5bf |
Download |
|
jsonl_sample_file_500KB.jsonl
.jsonl
|
500.0 KB | application/octet-stream |
f4d6fbd32df130119f3d7c6a963cf1dc51ef71a9194662dce30e42c137a9053f |
Download |
|
jsonl_sample_file_50KB.jsonl
.jsonl
|
50.0 KB | application/octet-stream |
9a36d76a933c3ba10bdf9de1237485ac8928cdad8390124d0600215fc7f99c97 |
Download |
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.