Jpp
17.1.1
the software that should make you happy
|
#include <fstream>
#include <iomanip>
#include "json/json.hpp"
Go to the source code of this file.
Classes | |
struct | JSON::JSon |
Auxiliary class to load json data from file. More... | |
Namespaces | |
JSON | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
void | JSON::load (const std::string &file_name, json &object) |
Load json data from input file. More... | |
void | JSON::store (const std::string &file_name, const json &object) |
Store json data to output file. More... | |