std_json icon indicating copy to clipboard operation
std_json copied to clipboard

Add code examples from README to motivation

Open nlohmann opened this issue 8 years ago • 0 comments

The README and the GIF

from nlohmann/json contain a lot of small examples to motivate having a JSON datatype inside C++. They also allow to exemplify the design goals (i.e., an STL-like interface which makes JSON truly look like a container).

nlohmann avatar Jul 24 '17 15:07 nlohmann