]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/jsonwrt: add new functions to write in JSON
authorKarel Zak <kzak@redhat.com>
Thu, 12 Nov 2020 10:19:13 +0000 (11:19 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Nov 2020 10:19:13 +0000 (11:19 +0100)
commit37bcd05602760c0bd0d063c43e346f4343834c6b
tree8f87463f7dfed44bd18aedcd3e11751f6ce5d7b4
parent32d81aff5beb53354d0235d4e378698f6770465a
lib/jsonwrt: add new functions to write in JSON

We need JSON formatting stuff also outside libsmartcols.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/Makemodule.am
include/jsonwrt.h [new file with mode: 0644]
lib/Makemodule.am
lib/jsonwrt.c [new file with mode: 0644]