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