json2C Parse a json file and find an specific variable or attribute in C code. Preperation Install the json library. https://github.com/json-c/json-c or on linux terminal: sudo apt install libjson-c-dev Compile gcc test.c -ljson-c -o test ./test