nlohmann / std_json

A proposal for a JSON data type in the C++ standard library
54 stars 1 forks source link

Add code examples from README to motivation #9

Open nlohmann opened 7 years ago

nlohmann commented 7 years ago

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).