json-c
Construct JSON objects in C
Install it by running either;
kpkg install json-c
or
kpkg build json-c
To see the difference, see The handbook
graph TD
N0["jsoncpp"]
N1["cmake"]
N2["json-c"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N3["libuv"]
N4["libtool"]
N5["rhash"]
N0 --> N1
N1 --> N2
N3 --> N1
N4 --> N3
N5 --> N1