json-c: Remove escaping of slashs 61/15661/1
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Jul 2018 09:47:44 +0000 (11:47 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 24 Jul 2018 14:28:32 +0000 (16:28 +0200)
commit77ca8b40f2d0c8b1cbf9960bd5a5b2aec36fef38
tree90a0206c748dde157460dce3524bf88f49552ed6
parente17ae412245ba9afb33ff6a0f1f665b4d66d4da4
json-c: Remove escaping of slashs

By default json-c escapes the slashes. This is almost ugly
and unuseful. But the resolution (with JSON_C_TO_STRING_NOSLASHESCAPE)
was introduced lately by json-c. Integrate it as much as possible.

Change-Id: Ia9c4bee78dc11df1ee9640cb04311991bd860e43
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-dbus.c
src/afb-config.c
src/afb-export.c
src/afb-hook.c
src/afb-hreq.c
src/afb-trace.c
src/afb-wsj1.c
src/afb-xreq.c
src/main-afb-client-demo.c
src/tests/wrap-json/test-wrap-json.c
src/wrap-json.c