There was an error while loading. Please reload this page.
There should be a quick and convenient way to parse JSON from std::istream. E.g.
std::istream
std::ifstream f("path/to/file"); auto jv = json::parse(f);