libpressio 0.93.0
Loading...
Searching...
No Matches
json.h
1#include <nlohmann/json_fwd.hpp>
2struct pressio_data;
3struct pressio_option;
4struct pressio_options;
5
6void to_json(nlohmann::json& j, pressio_data const& data);
7void to_json(nlohmann::json& j, pressio_option const& option);
8void to_json(nlohmann::json& j, pressio_options const& options);
9void from_json(nlohmann::json const& j, pressio_data& data);
10void from_json(nlohmann::json const& j, pressio_option& option);
11void from_json(nlohmann::json const& j, pressio_options& options);
Definition: data.h:52
Definition: options.h:80
Definition: options.h:352