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