Jpp
17.1.1
the software that should make you happy
|
Classes | |
struct | JSon |
Auxiliary class to load json data from file. More... | |
Functions | |
void | load (const std::string &file_name, json &object) |
Load json data from input file. More... | |
void | store (const std::string &file_name, const json &object) |
Store json data to output file. More... | |
|
inline |
Load json data from input file.
file_name | file name |
object | json data |
Definition at line 28 of file JSon.hh.
|
inline |