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

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

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.