json-c: Remove escaping of slashs
[src/app-framework-binder.git] / src / afb-config.c
index 7beabaf..6078870 100644 (file)
@@ -26,6 +26,9 @@
 #include <ctype.h>
 
 #include <json-c/json.h>
+#if !defined(JSON_C_TO_STRING_NOSLASHESCAPE)
+#define JSON_C_TO_STRING_NOSLASHESCAPE 0
+#endif
 
 #include "verbose.h"
 #include "afb-config.h"