Skip to content

Karpmaster/json2C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Parse Json file and find specific value in C code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages