JSON parser and manipulation library for C programs
JSON parser for C
json-c
$ cat data.json | json_parse
$ gcc -o myapp myapp.c $(pkg-config --cflags --libs json-c)
$ pkg-config --modversion json-c