Home

Awesome

JSON for Modern C++

What if JSON was part of Modern C++

Documentation: https://nlohmann.github.io/json/

Design goals

[...] Intuitive syntax. In languages such as Python, JSON feels like a first class data type. We used all the operator magic of modern C++ to achieve the same feeling in your code. [...]


This is the Build2 package of the Modern C++ json library.

See https://github.com/nlohmann/json/ for the library sources and details.