wrap-json: new helper functions for comparison 77/14277/4
authorjobol <jose.bollo@iot.bzh>
Mon, 11 Jun 2018 12:28:01 +0000 (14:28 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 13 Jun 2018 06:00:00 +0000 (08:00 +0200)
commit9a1f7ea8029ff518d81ed7f13000a7c0bddcca5c
tree71be9d4c10877f9acabffefea4c22315d620d4e3
parentc7cd527a8350f736b8013f65db6f5a52b8cb05dd
wrap-json: new helper functions for comparison

The new functions are

 - wrap_json_clone_depth: clone with defined depth
 - wrap_json_sort: sort an array accordingly to wrap_json_cmp
 - wrap_json_keys: compute the array of sorted keys
 - wrap_json_cmp: compare 2 items
 - wrap_json_equal: test equallity
 - wrap_json_contains: test inclusion

Change-Id: I9787bff6c262fa2702c27802d771e2d487ce6309
Signed-off-by: jose bollo <jose.bollo@iot.bzh>
wrap-json.c
wrap-json.h
wrap-json.test.result