pulse: Add a JSON-parsing library

System Internals / PulseAudio - Arun Raghavan [arunraghavan.net] - 22 June 2016 10:34 UTC

Adding this to be able to drop dependency on json-c.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=95135

6741e5a pulse: Add a JSON-parsing library
src/.gitignore | 1 +
src/Makefile.am | 7 +
src/pulse/json.c | 514 +++++++++++++++++++++++++++++++++++++++++++++++++
src/pulse/json.h | 49 +++++
src/tests/json-test.c | 244 +++++++++++++++++++++++
5 files changed, 815 insertions(+)

Upstream: cgit.freedesktop.org


  • Share