sudo emerge json-c
whereis json-c
json-c: /usr/include/json-c
brew install json-c
opkg install libjson-c
CFLAGS += -I/usr/include/json-c LDFLAGS+= -L$(JSON_C_DIR)/lib -ljson-c