]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
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.


Trivial merge