]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
json: Remove own json implementation
authorDaniel Wagner <dwagner@suse.de>
Fri, 8 Jul 2022 09:59:51 +0000 (11:59 +0200)
committerDaniel Wagner <dwagner@suse.de>
Mon, 11 Jul 2022 09:41:34 +0000 (11:41 +0200)
commit3c49f6adaf091d9ffa903b1b9a5d9f688a2cab76
tree7f44a9b46edc0412f1c9a540d07ffcb25938de6c
parent975c2ad8a3890e7df6b4bdbcb7ec683d8149ad56
json: Remove own json implementation

We have a hard dependency on json-c, so let's remove our own json
implementation.

While at it move the json-c wrappers to util dir.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme.h
util/json.c
util/json.h