# JSON Lines 포맷

> Clean Markdown view of GeekNews topic #3516. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3516](https://news.hada.io/topic?id=3516)
- GeekNews Markdown: [https://news.hada.io/topic/3516.md](https://news.hada.io/topic/3516.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-01-03T10:19:53+09:00
- Updated: 2021-01-03T10:19:53+09:00
- Original source: [jsonlines.org](https://jsonlines.org/)
- Points: 6
- Comments: 0

## Topic Body

"Newline Delimited JSON"

1. UTF-8 인코딩

2. 각 라인은 유효한 JSON 값(객체)이어야 함

3. 라인 구분자는 '\n'

한줄 당 하나의 JSON 객체가 들어가는 데이터 저장 포맷

ㅤ→ 데이터 스트리밍에 적합

ㅤ→ 중첩구조 처리가 쉬움

ㅤ→ .jsonl 파일 확장자를 추천

## Comments



_No public comments on this page._
