cppDataPipeline 0.3.0
C++ Implementation of the FAIR Data Pipeline API
Loading...
Searching...
No Matches
json.hxx
1
10#ifndef __FDP_JSON_HXX__
11#define __FDP_JSON_HXX__
12
13#include <json/writer.h>
14
15namespace FairDataPipeline {
31std::string json_to_string(Json::Value &json_data);
32}; // namespace FairDataPipeline
33
34#endif