Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 297 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 297 Bytes

nlohmann-json-rw-example

An example of using nlohmann lib to read/write json file in c++

Configuration

Windows
nlohmann
gcc 12.1.0

To compile (command line)

g++ -o main.exe -I nlohmann/ -I . .\main.cpp
./main.exe

Reference

[1] https://github.com/nlohmann/json