# JSON for Modern C++

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=623](https://news.hada.io/topic?id=623)
- GeekNews Markdown: [https://news.hada.io/topic/623.md](https://news.hada.io/topic/623.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-09-30T07:42:04+09:00
- Updated: 2019-09-30T07:42:04+09:00
- Original source: [github.com](https://github.com/nlohmann/json)
- Points: 3
- Comments: 1

## Topic Body

C++11 로만 작성된 메모리 효율적이고 빠른 JSON 구현. json.hpp 파일 하나로 만들어져서 인클루드 하면 끝.

## Comments



### Comment 487

- Author: xguru
- Created: 2019-09-30T07:45:59+09:00
- Points: 1

속도로만 보면 RapidJSON  http://rapidjson.org/ 이 훨씬 빠르지만,

이 모던C++용 구현체가 API 형태가 더 쓰기 편하다는 평가
