Lines Matching full:json
2 // __| | __| | | | JSON for Modern C++ (supporting code)
4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json
11 #include <nlohmann/json.hpp>
12 using nlohmann::json;
44 json j = json::parse(w);
54 json _;
55 CHECK_THROWS_AS(_ = json::parse(w), json::parse_error&);
64 json j = json::parse(w);
74 json _;
75 CHECK_THROWS_AS(_ = json::parse(w), json::parse_error&);
84 json j = json::parse(w);
94 json _;
95 CHECK_THROWS_AS(_ = json::parse(w), json::parse_error&);