This is a C implemention to create JSON-objects in C.

Joachim M. Giæver b7f86921bb Init commit in new repo 7 éve
.gitignore 8e822a1f28 Initial commit 7 éve
LICENSE 8e822a1f28 Initial commit 7 éve
Makefile b7f86921bb Init commit in new repo 7 éve
README.md b7f86921bb Init commit in new repo 7 éve
common.c b7f86921bb Init commit in new repo 7 éve
common.h b7f86921bb Init commit in new repo 7 éve
json-test b7f86921bb Init commit in new repo 7 éve
json.c b7f86921bb Init commit in new repo 7 éve
json.h b7f86921bb Init commit in new repo 7 éve

README.md

JSON creator

This is a C implemention to create JSON-objects in C.

More to come. Stay tuned.

Easy to use. Try it out:

make
$ ./sql-test

Enjoy.