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

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

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.