#ifndef _TO_JSON_H_ #define _TO_JSON_H_ char* to_json(const char *config_file); #endif