Glossary coding Term Page

JSON Lines

A log-friendly format where each line is its own JSON object

json-lines #coding#python
Korean version

Related Concepts

Core Idea

JSON Lines is A log-friendly format where each line is its own JSON object, typically saved with .jsonl. It usually makes the most sense alongside pathlib.Path, Serialization.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept