nlonhmann/json.h

    [OpenSource 사용하기] nlohmann/json: c++ json library (feat. Modern C++)

    💡본 문서는 'OpenSource 뜯어보기'라는 프로젝트의 일환으로. nlohmann/json라는 c++ json library를 설치, 실행 등 사용하는 방법과 더불어, library 내 구조, 소스 분석 및 패턴 분석까지 다룰 예정이니 해당 오픈소스에 관심이 있다면 봐두길 권장합니다. 1. 오픈소스의 목적 1.1 'nlohmann/json'에 대하여. C++ Json library modern C++의 operation을 지원 nlohmann/json.hpp 하나의 헤더파일로 사용가능 That's it. No library, no subproject, no dependencies, no complex build system. C++ data types: std::string for strings in..