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