]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/json.c
json: add a nice JSON parser
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Apr 2018 09:21:59 +0000 (11:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Oct 2018 08:13:30 +0000 (10:13 +0200)
commitcd0b6c53901e9c85ba8940d648ae2f856021517f
tree6c25ee4337b447d62ebd4f9f0a20ae7dc6d1c144
parentca92fe36e07d0d495baef1f860d66925bc0dc165
json: add a nice JSON parser

As preparation for OCI support in nspawn, let's add a JSON parser.

The json.h file contains an explanation why this is new code instead of
just us linking against an existing JSON library.
src/basic/json-internal.h [new file with mode: 0644]
src/basic/json.c [new file with mode: 0644]
src/basic/json.h [new file with mode: 0644]
src/basic/meson.build