|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
#include <fstream>#include <iomanip>#include "nlohmann/json.hpp"Go to the source code of this file.
Classes | |
| struct | JSON::JSon |
| Auxiliary class to load json data from file. More... | |
Namespaces | |
| namespace | JSON |
| Auxiliary classes and methods for detector calibration. | |
| namespace | 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. | |
| void | JSON::store (const std::string &file_name, const json &object) |
| Store json data to output file. | |