]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-json: add sd_json_parse_fd() + flags (#42136)
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 18 May 2026 10:16:48 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 10:16:48 +0000 (11:16 +0100)
commita7a7b1af3998f346db94b2c26b4f2d8a76feec8a
treebba49d13ddb872d3dc13d1c9baa37647095ed8e0
parentc91ddaf1eeeeeba77c4374902827c9a274b6a196
parent914c41a7747bc3b6ec039072bad2c59965c3779a
sd-json: add sd_json_parse_fd() + flags (#42136)

In particular in the recent LUO work we started to read JSON a lot from
fds, let's add some helpers to make that simpler.

No change in behaviour, just helpers to shorten code.