// retoor <retoor@molodetz.nl>
#ifndef JSON_REPAIR_H
#define JSON_REPAIR_H
char *json_repair_string(const char *src);
#endif