Add function to add one json array to another one 12/22612/1
authorJonathan Aillet <jonathan.aillet@iot.bzh>
Tue, 8 Oct 2019 13:54:31 +0000 (15:54 +0200)
committerJonathan Aillet <jonathan.aillet@iot.bzh>
Fri, 11 Oct 2019 08:08:19 +0000 (10:08 +0200)
commit826731fde22a34cfbd64035a3f20554a6b50a5cf
tree311bd9422071c9de482d50045f48f604e793ffe7
parent547374849a76225b1a6a0dd8bb84ae27a601f19d
Add function to add one json array to another one

Add a function to add one json array to another one.
The json array to add can be inserted at any place of the json array
to complete using 'idx' parameter.

Also, correct minor mistake in 'wrap_json_object_add' description.

BUG-AGL: SPEC-2867

Change-Id: If194878527e8e283644f02f52e97d08d006fc220
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
wrap-json.c
wrap-json.h