What is nlohmann/json
Before this library, JSON in C++ meant one of two things: a hand-rolled recursive-descent parser
Installation
There isn't one right way to add nlohmann/json to a project — there's a spectrum from "copy one
Design philosophy
The project's own README states its goals plainly: intuitive syntax, trivial integration, and
Alternatives
Every C++ JSON library parses the same grammar into more or less the same tree shape. Where they