Re: [libvirt PATCH 07/20] util: json: write a json-c implementation

2024-08-16 Thread Peter Krempa
On Wed, Aug 14, 2024 at 23:40:22 +0200, Ján Tomko wrote: > Write an alternative implementation of our virJSON functions, > using json-c instead of yajl. > > Signed-off-by: Ján Tomko > --- > src/util/virjson.c | 177 - > 1 file changed, 175 insertions(+

[libvirt PATCH 07/20] util: json: write a json-c implementation

2024-08-14 Thread Ján Tomko
Write an alternative implementation of our virJSON functions, using json-c instead of yajl. Signed-off-by: Ján Tomko --- src/util/virjson.c | 177 - 1 file changed, 175 insertions(+), 2 deletions(-) diff --git a/src/util/virjson.c b/src/util/virjson.c